MVN

io.evitadb : evita_root

Maven & Gradle

Aug 03, 2023
55 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.

<dependency>
    <groupId>io.evitadb</groupId>
    <artifactId>evita_root</artifactId>
    <version>0.8.ALPHA</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.evitadb : evita_root to add to Maven - Latest Versions:

  • Latest Stable: 0.8.ALPHA
  • Latest Alpha: 0.8.ALPHA

All Versions

Choose a version of io.evitadb : evita_root to add to Maven - All Versions:

Version Vulnerabilities Updated
0.8.x
evita_root-0.8.ALPHA
0.7.x
evita_root-0.7.ALPHA

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.evitadb</groupId>
    <artifactId>evita_root</artifactId>
    <version>0.8.ALPHA</version>
</dependency>