dlib
The python dictionary library. (by aitechnologies-it)
DictDataBase
A python NoSQL dictionary database, with concurrent access and ACID compliance (by mkrd)
dlib | DictDataBase | |
---|---|---|
1 | 9 | |
7 | 234 | |
- | - | |
4.1 | 6.9 | |
4 months ago | 22 days ago | |
Python | Python | |
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.
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.
dlib
Posts with mentions or reviews of dlib.
We have used some of these posts to build our list of alternatives
and similar projects.
DictDataBase
Posts with mentions or reviews of DictDataBase.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-04-15.
-
LiliDB (JSON-based database)
Nice! Quite similar to a database I am working on: https://github.com/mkrd/DictDataBase
-
Sunday Daily Thread: What's everyone working on this week?
So in the end, this is an attempt to but a truly document oriented equivalent to SQLite, and I think there is potential. I would love to do the same benchmark with the SQLite solution you proposed and compare the two, but my time is limiting me right now… Here is the github link if you are interested: https://github.com/mkrd/DictDataBase
-
Reading data from a JSON file 5000 times faster with DictDataBase
Hi guys! I'm working on DictDataBae, and just wanted to share some performance numbers which might be interesting to you.
-
Would it make sense of Python to have a NoSQL database as part of the standard library?
Someone recently posted their project, I'd imagine you're after something like this? Haven't tried it but I have a drop in use case I might fool around with (giant json flat file store). Duct database
-
I updated DictDataBase, it's like SQLite but for JSON, now a lot better!
The project is available on [Github](https://github.com/mkrd/DictDataBase) and [PyPi](https://pypi.org/project/dictdatabase) if you wanna take a look!
-
This Week In Python
DictDataBase – A python NoSQL database that uses dicts, and provided thread and process safety
-
I made DictDataBase, it‘s like SQLite but for JSON!
If a thread holds a lock (so is in a with DDBSession(): block) for longer than 30 seconds, its hold is automatically revoked, but DDBSession.write doesn't detect this case. I would definitely recommend using operating system functions designed for file locking instead.
-
I've created DictDataBase, a JSON file based serverless DB for concurrent environments!
Here is the Github Link and the PyPi Page if you wanna take a look!
What are some alternatives?
When comparing dlib and DictDataBase you can also consider the following projects:
scalpl - A lightweight wrapper to operate on nested dictionaries seamlessly. 👌
sparrowci_web - ci.sparrowhub.io website