DOC

io.evitadb : evita_root

Maven & Gradle

Aug 03, 2023
61 stars

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.

Table Of Contents

Latest Version

Download io.evitadb : evita_root Javadoc & API Documentation - Latest Versions:

All Versions

Download io.evitadb : evita_root Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.8.x
0.7.x

How to open Javadoc JAR file in web browser

  1. Rename the file evita_root-0.8.ALPHA-javadoc.jar to evita_root-0.8.ALPHA-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder evita_root-0.8.ALPHA-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "evita_root-0.8.ALPHA-sources.jar" -d "evita_root-0.8.ALPHA-javadoc" -subpackages