Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/felixklauke/exorbia
Easy to use and lightweight nosql document oriented database. This is legacy and you should take a deep look into https://github.com/ExocronSolutions/electra when you are interest in low level database programming.
https://github.com/felixklauke/exorbia
db document document-database education json lightweight nosql simple
Last synced: 6 days ago
JSON representation
Easy to use and lightweight nosql document oriented database. This is legacy and you should take a deep look into https://github.com/ExocronSolutions/electra when you are interest in low level database programming.
- Host: GitHub
- URL: https://github.com/felixklauke/exorbia
- Owner: felixklauke
- License: mit
- Created: 2017-08-30T09:49:14.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-28T05:07:35.000Z (over 1 year ago)
- Last Synced: 2024-10-12T03:50:38.421Z (about 1 month ago)
- Topics: db, document, document-database, education, json, lightweight, nosql, simple
- Language: Kotlin
- Homepage: http://felix-klauke.de
- Size: 34.2 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Exorbia
Exorbia is a simple and easy to use NoSQL Document oriented database written in Java to show and practice the main ideas of a no sql database. Still under heavy development and not ready to use. We will use a binary backend on the disk or maybe even off heap and will provide three types of documents:
- JSON Document
- Raw Text Document
- Binary Document