https://github.com/claws/digestdb
A hash registry database that stores hashed items in a balanced file system directory structure
https://github.com/claws/digestdb
Last synced: 8 months ago
JSON representation
A hash registry database that stores hashed items in a balanced file system directory structure
- Host: GitHub
- URL: https://github.com/claws/digestdb
- Owner: claws
- License: mpl-2.0
- Created: 2016-04-25T09:47:09.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-21T10:46:20.000Z (almost 10 years ago)
- Last Synced: 2025-03-04T05:05:13.633Z (over 1 year ago)
- Language: Python
- Size: 39.1 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
digestdb
========
Digestdb provides database style (e.g. SQL) access to binary data files
stored in a balanced set of file system directories.
Digestdb aims to provide an efficient strategy for storing and serving
lots of binary files while maintaining a high level of performance.
DigestDB was developed specifically for scenarios that required storing and
recalling large numbers of large (~100K - ~40MB) binary blobs.
DigestDB is written using Python 3.5 and is licensed under the MPL license.
The project documentation can be found on
`ReadTheDocs `_.