PipelineDB
TinyDB
Our great sponsors
PipelineDB | TinyDB | |
---|---|---|
1 | 5 | |
2,474 | 5,061 | |
0.1% | - | |
0.0 | 7.4 | |
3 months ago | 3 months ago | |
C | Python | |
Apache License 2.0 | MIT License |
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.
PipelineDB
-
Ask HN: Is there a way to subscribe to an SQL query for changes?
PipelineDB might be of interest. https://github.com/pipelinedb/pipelinedb
TinyDB
-
BetterJSONStorage - faster 'Storage Type' for TinyDB.
BetterJSONStorage is a faster 'Storage Type' for TinyDB. It uses treading, the faster Orjson library for parsing the JSON and BLOSC2 for compression.
- Uh oh, I'm in this meme
-
tinydb groovy equivalent
I was looking for a streamlined-really simple db solution for my application and tinydb got my attention.
-
Why not use PostgreSQL?
Things like https://sleekdb.github.io/ and https://github.com/msiemens/tinydb come to mind in terms of document storage, for instance.
-
Introducing DBJson - Literally !
It has got its inspirations from tinyDB ( for its simplicity ) and Firestore( NOSQL database offered by firebase for its document style datamodelling ).
What are some alternatives?
pickleDB - pickleDB is an open source key-value store using Python's json module.
ZODB - Python object-oriented database
PyPika - PyPika is a python SQL query builder that exposes the full richness of the SQL language using a syntax that reflects the resulting query. PyPika excels at all sorts of SQL queries but is especially useful for data analysis.
MerkavaDB - A fast ordered NoSQL database.
SSShelf - An ORM for S3
jsondbb - This is a simple flat file database which stores its data in a JSON file.
elara - Elara DB is an easy to use, lightweight key-value database that can also be used as a fast in-memory cache. Manipulate data structures in-memory, encrypt database files and export data. :dart:
pyodbc - Python ODBC bridge
dbj - Simple embedded in memory json database