Skip to content

Null-Bytes is a document-oriented, NoSQL database program that uses JSON-like collections. This project is created on AVL Data Structure and implemented in Python.

Notifications You must be signed in to change notification settings

codejapoe/Null-Bytes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

15 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Null-Bytes

Null-Bytes is a document-oriented, NoSQL database program that uses JSON-like collections. This project is created on AVL Data Structure and implemented in Python. This repo is for educational purpose and local hosting.

Beta version (Jun 2022): https://www.facebook.com/codejapoe/posts/pfbid0hJqNsBktXouHdBN8XSHPB4GRhst5ZgfQzRyFnCukJWBHpzKXac1rZZJcqaeRNNwhl

Null-Bytes: https://nullbytes.pythonanywhere.com/
Docs: https://null-bytes-docs.web.app/
API: https://pypi.org/project/nullbytes/
(The API is for Python users. If you use other languages, please take a look at Docs to send HTTP requests and do CRUD operations.)

Installation

Install and run the project locally

  git clone https://github.com/codejapoe/Null-Bytes
  cd Null-Bytes/Database
  python app.py

Project Structure

Database: https://github.com/codejapoe/Null-Bytes/tree/main/Database
(Source code of the database and web app)

Docs: https://github.com/codejapoe/Null-Bytes/tree/main/Docs
(Source code of documentation website)

API: https://github.com/codejapoe/Null-Bytes/tree/main/API
(Source code of Python package)

Author

๐Ÿ”— Links

portfolio

About

Null-Bytes is a document-oriented, NoSQL database program that uses JSON-like collections. This project is created on AVL Data Structure and implemented in Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published