Apartment VS fdb-record-layer

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

Apartment

Database multi-tenancy for Rack (and Rails) applications (by influitive)

fdb-record-layer

A record-oriented store built on FoundationDB (by FoundationDB)
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
Apartment fdb-record-layer
5 4
2,648 564
0.4% 0.4%
0.0 9.8
2 months ago 2 days ago
Ruby Java
MIT License 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.

Apartment

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

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 Apartment and fdb-record-layer you can also consider the following projects:

Acts As Tennant - Easy multi-tenancy for Rails in a shared database setup.

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

Milia - Easy multi-tenanting for Rails5 (or Rails4) + Devise

tigris - Tigris is an Open Source Serverless NoSQL Database and Search Platform.

activerecord-multi-tenant - Rails/ActiveRecord support for distributed multi-tenant databases like Postgres+Citus

hyhac - A HyperDex Haskell Client

rails_or - Cleaner syntax for writing OR Query in Rails 5, 6. And also add #or support to Rails 3 and 4.

deepr - A lightweight alternative to GraphQL

pluck_all - A more efficient way to get data from database. Like #pluck method but return array of hashes instead.

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

SanitizeSqlLike - Backport #sanitize_sql_like method from Rails 4 for Rails 3. Sanitizes a string so that it is safe to use within an SQL LIKE statement.

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