ruoka / YarDB

Yet Another RESTFul Database - Implemented with C++20 - Under Construction!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YarDB - Yet Another RESTFul Database

Under Construction!

The intention of the project is to implement an easy to use document-oriented database that
a. provides a Web API based on the REST principles
b. transports data as JSON-encoded objects over HTTP/1.1 protocol and
c. stores data as FSON-encoded objects (i.e. as FAST-encoded binary data with minimum amount of additional metadata).\

The project is implemented with C++23 using Clang 18 compiler.

About

Yet Another RESTFul Database - Implemented with C++20 - Under Construction!

License:MIT License


Languages

Language:C++ 85.7%Language:Makefile 10.3%Language:Dockerfile 1.7%Language:HTML 1.6%Language:Shell 0.6%