evitaDB - Root & modules aggregator
· Evita is a specialized database with easy-to-use API for e-commerce systems. Purpose of this research is
creating fast and scalable engine that handles all complex tasks that e-commerce systems has to deal with on
daily basis.
Evita should operate as a fast secondary lookup / search index used by application frontends. We aim for order
of magnitude better latency (10x faster or better) for common e-commerce tasks than other solutions based on SQL
or NoSQL databases on the same hardware specification. Evita should not be used for storing and handling primary
data, and we don't aim for ACID properties nor data corruption guarantees. Evita "index" must be treated
as something that could be dropped any time and built up from scratch easily again.
Download JD-GUI to open JAR file and explore Java source code file (.class .java)
Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window evita_root-0.8.ALPHA.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.