If You’d Had To Pick One: Datalevin

This page summarizes the projects mentioned and recommended in the original post on /r/Clojure

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • xtdb

    An immutable database for application development and time-travel data compliance, with SQL and XTQL. Developed by @juxt

  • XT's SQL module works using Apache Calcite to parse and compile SQL into Datalog on-the-fly, see https://github.com/xtdb/xtdb/tree/master/modules/sql. A key reason that this approach works as well as it does is because the module doesn't also have to figure out an optimal clause ordering in the compiled Datalog - which is possible because XT's implementation of Datalog uses a worst-case optimal join query planner (and "tuple-at-a-time" execution engine) which means it can ignore the user-provided clause ordering. In contrast, in a clause-by-clause Datalog implementation, the work of query planning is effectively done manually, by the developer, and must be kept up to date with evolving database populations.

  • clojurelog

    Matrix of Open Source Clojure Datalog Databases

  • For the other aspects, I second the recommendation to look at https://clojurelog.github.io/ (which I initially pulled together, with input from all the various authors). I'm very happy to answer questions on any of that and perhaps add some clarifications/updates to the page also :)

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Mariposa – A programming language with time-travel

    3 projects | news.ycombinator.com | 9 Jan 2024
  • Everything wrong with databases and why their complexity is now unnecessary

    6 projects | news.ycombinator.com | 9 Jan 2024
  • I made a basic python client and ORM for XTDB

    3 projects | /r/Python | 11 Dec 2023
  • Xtdb

    1 project | news.ycombinator.com | 13 Nov 2022
  • Can I use Datomic on Google Cloud Platform?

    1 project | /r/Clojure | 12 Sep 2022