Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/soontao/nosql-on-sql
- Owner: Soontao
- License: mit
- Created: 2018-11-18T09:15:15.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T11:35:08.000Z (about 1 year ago)
- Last Synced: 2024-04-15T00:06:38.102Z (9 months ago)
- Topics: exprimental, json, nosql, sql
- Language: Go
- Size: 10.7 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.