PipelineDB
TinyDB
Our great sponsors
PipelineDB | TinyDB | |
---|---|---|
2 | 8 | |
2,553 | 5,901 | |
0.5% | - | |
0.0 | 8.0 | |
over 1 year ago | 17 days 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
-
How to make a GUI translator app with Python Tkinter
Here, we save app settings with Python tinydb and you can also use another simple database options. It is included because Python is used here.
-
ShyySH: a TUI connection manager for SSH
I have made yet another ssh connection manager with TUI, using asciimatics and 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.
-
tinydb groovy equivalent
I was looking for a streamlined-really simple db solution for my application and tinydb got my attention.
-
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
dbj - Simple embedded in memory json database
dbjson - This is a simple flat file database which stores its data in a JSON file.
elara - Elara DB is an easy to use, lightweight persistent key-value store that can also be used as a fast in-memory cache. Manipulate data structures in-memory, encrypt database files and export data. :dart: