XTDB

Crux is an open source document database with bitemporal graph queries. Bitemporal databases make it possible to store and query data on two different factors, valid time and system time. Crux does not enforce any schema for the documents it stores and it supports a Datalog query interface for reading data and traversing relationships across all documents, where queries are executed so that the results are lazily streamed. Additionally, even though the main transaction log is immutable, Crux still supports the eviction of active as well as historical data.

Data Model

Document / XML

Query Interface

Datalog

XTDB Logo
Website

https://juxt.pro/crux

Source Code

https://github.com/juxt/crux

Tech Docs

https://juxt.pro/crux/docs/

Developer

JUXT

Country of Origin

GB

Start Year

2018

Project Type

Commercial, Open Source

Written in

Clojure

Supported languages

Clojure, Java

Embeds / Uses

LMDB, RocksDB

Licenses

MIT