store_attribute VS acts_as_nosql

Compare store_attribute vs acts_as_nosql and see what are their differences.

store_attribute

ActiveRecord extension which adds typecasting to store accessors (by palkan)

acts_as_nosql

Allows to treat JSON fields of postgres and mysql as real fields (by monade)
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
store_attribute acts_as_nosql
2 2
354 35
- -
5.4 5.2
2 months ago 4 months ago
Ruby Ruby
MIT License MIT License
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.

store_attribute

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

acts_as_nosql

Posts with mentions or reviews of acts_as_nosql. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-09.
  • Just released acts_as_nosql, a gem to manage JSON fields as proper database fields
    6 projects | /r/rails | 9 Aug 2022
    In CI, I hadn't yet time to make run the tests on all combination of DB engines / SO / ruby versions, since I had trouble to make SQLite work properly on latest version with Github Actions. At the moment, PostgreSQL is tested on ubuntu, SQLite is tested on macOS. https://github.com/monade/acts_as_nosql/blob/master/.github/workflows/test.yml

What are some alternatives?

When comparing store_attribute and acts_as_nosql you can also consider the following projects:

StoreModel - Work with JSON-backed attributes as ActiveRecord-ish models

pluck_in_batches - A faster alternative to the custom use of `in_batches` with `pluck`

fuzzily - Fast fuzzy string searching/matching for Rails