e

evita_root

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.
https://evitadb.io
Business Source License 1.1
FG Forrest, a.s.
Ing. Jan Novotný Bc. Lukáš Hornych Bc. Tomáš Pozler
Files download
File Operation
evita_root-2024.2.5.pom download
Apache Maven
<dependency>
  <groupId>io.evitadb</groupId>
  <artifactId>evita_root</artifactId>
  <version>2024.2.5</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.evitadb:evita_root:2024.2.5'
Gradle Kotlin
implementation("io.evitadb:evita_root:2024.2.5")
Scala SBT
libraryDependencies += "io.evitadb" % "evita_root" % "2024.2.5"
Groovy Grape
@Grapes(
  @Grab(group='io.evitadb', module='evita_root', version='2024.2.5')
)
Apache Ivy
<dependency org="io.evitadb" name="evita_root" rev="2024.2.5" />
Leiningen
[io.evitadb/evita_root "2024.2.5"]
Apache Buildr
'io.evitadb:evita_root:jar:2024.2.5'