tigris VS fdb-record-layer

Compare tigris vs fdb-record-layer and see what are their differences.

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
tigris fdb-record-layer
20 4
885 564
0.8% 0.4%
8.6 9.8
10 months ago 5 days ago
Go Java
Apache License 2.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

tigris

Posts with mentions or reviews of tigris. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-02.

fdb-record-layer

Posts with mentions or reviews of fdb-record-layer. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-14.
  • Figma's Databases team lived to tell the scale
    5 projects | news.ycombinator.com | 14 Mar 2024
    FoundationDB is really just a set of structures and tools to build any type of database you want on top of a solid foundation.

    "FoundationDB decouples its data storage technology from its data model. FoundationDB’s core ordered key-value storage technology can be efficiently adapted and remapped to a broad array of rich data models. Using indexing as an example, FoundationDB’s core provides no indexing and never will. Instead, a layer provides indexing by storing two kinds of key-values, one for the data and one for the index."

    https://apple.github.io/foundationdb/layer-concept.html

    Then existing standard layers like the Record layer, providing "(very) roughly equivalent to a simple relational database" providing structured types, index, complex types, queries, etc.

    https://github.com/FoundationDB/fdb-record-layer

  • FoundationDB: A Distributed Key-Value Store
    13 projects | news.ycombinator.com | 3 Jul 2023
    > That being said, I wish there were more layers as the functionality out of the box is very very limited.

    The record layer https://github.com/FoundationDB/fdb-record-layer which allows to store protobuf, and define the primary keys directly in those is truly amazing:

    https://github.com/FoundationDB/fdb-record-layer/blob/main/d...

  • FoundationDB: A Distributed Unbundled Transactional Key Value Store
    4 projects | news.ycombinator.com | 11 Mar 2022
  • Show HN: A strongly-typed document DB that runs on any transactional KV store
    6 projects | news.ycombinator.com | 29 Aug 2021
    This looks really promising! Could you provide at a high-level what this aims to offer over FoundationDB's RecordLayer[1]?

    [1] https://github.com/FoundationDB/fdb-record-layer

What are some alternatives?

When comparing tigris and fdb-record-layer you can also consider the following projects:

tuple-database

foundationdb - FoundationDB - the open source, distributed, transactional key-value store

hyhac - A HyperDex Haskell Client

relic - Functional relational programming for Clojure(Script).

deepr - A lightweight alternative to GraphQL

kubeblocks - KubeBlocks is an open-source control plane that runs and manages databases, message queues and other data infrastructure on K8s.

RefineDB - A strongly-typed document database that runs on any transactional key-value store.

FerretDB - A truly Open Source MongoDB alternative

TablaM - The practical relational programing language for data-oriented applications

tigris-api

refound - a RethinkDB implementation backed by FoundationDB