Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/soontao/nosql-on-sql

Experimental NoSQL db based on sql engine.
https://github.com/soontao/nosql-on-sql

exprimental json nosql sql

Last synced: about 1 month ago
JSON representation

Experimental NoSQL db based on sql engine.

Awesome Lists containing this project

README

        

# NoSQL Database based on SQL engine

[![CircleCI](https://circleci.com/gh/Soontao/nosql-on-sql.svg?style=shield)](https://circleci.com/gh/Soontao/nosql-on-sql)
[![codecov](https://codecov.io/gh/Soontao/nosql-on-sql/branch/master/graph/badge.svg)](https://codecov.io/gh/Soontao/nosql-on-sql)

**Experimental** NoSQL db based on sql engine.

## Status

In design

## Vison

Provides a `scalable`, `analyzable`, `flexible`, and `SQL-friendly` database abstraction API.

Unlike `ORM` frameworks, this project aims to tune the data model at runtime, such as a NoSQL database, but the underlying code will be implemented by SQL databases.