Building A Time-Traveling Contacts App with SirixDB

This page summarizes the projects mentioned and recommended in the original post on dev.to

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
  • sirix

    SirixDB is an an embeddable, bitemporal, append-only database system and event store, storing immutable lightweight snapshots. It keeps the full history of each resource. Every commit stores a space-efficient snapshot through structural sharing. It is log-structured and never overwrites data. SirixDB uses a novel page-level versioning approach.

  • SirixDB is a Temporal Database. It was built from the ground up with temporality in mind. Temporal means time related. Using SirixDB, prior revisions of updated and deleted data are effieciently retained.

  • sirix-python-client

  • We first need to set up SirixDB itself. Currently, the practical way to do this is using Docker Compose. Place these files (except for wait.sh, which is not needed) in a directory together, and simply run

  • 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
  • The completed tutorial can be found on github.

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

  • Immutable Data

    2 projects | news.ycombinator.com | 26 Jun 2023
  • SirixDB - an embeddable, evolutionary database system

    2 projects | /r/java | 3 Apr 2023
  • Ask HN: Anyone up to help profile and improve latency of a Java database system?

    1 project | news.ycombinator.com | 21 Dec 2022
  • SirixDB: An Evolutionary, Append-Only Database System

    1 project | news.ycombinator.com | 7 Mar 2022
  • Hacktoberfest: Contribute to our temporal database system

    2 projects | dev.to | 1 Oct 2021