DEV Community

Cover image for wunderDB : a micro Document Database
Tanmoy Sen Gupta
Tanmoy Sen Gupta

Posted on

wunderDB : a micro Document Database

wunderDB is a JSON-based Document Database inspired by MongoDB. It is accessible through an API, hosted at wdb.tanmoysg.com .

The API can be consumed using a Unified Actions API which enables operations on the clusters from a single Endpoint.

wunderDB uses a Cluster - Database - Collection - Data hierarchy where Cluster is the set of all databases of a particular user. This hierarchy is very useful in multi level and multi role environments like schools, where there needs to be separate database for student, teachers and other staff and each student belongs to different classes and needs a seperate collection of students in a database.

To make things easier for users to get started, I've included a Registration Portal for Cluster Creation without any hassle on the website.

The detailed documentation for wunderDB is available on GitHub.

Hope you'll love it and use it in your projects! Do leave your thoughts, suggestions and feedbacks on the comment section, and also on my mail .

Code repository on Github.
Hosted at wdb.tanmoysg.com

Top comments (2)

Collapse
 
manishfoodtechs profile image
manish srivastava

Hey, nice 👍👍👍

Collapse
 
tanmoysg profile image
Tanmoy Sen Gupta

Thank You!