AvionDB: A MongoDB-like Distributed Database

vasa
simpleaswater
Published in
3 min readMay 5, 2020

In the past few months we have been getting this question a lot:

What do I use for managing dynamic data for my Decentralized App?

We have InterPlanetary File System for storing static data, but what about the data that keeps changing?

There are a number of exiting distributed databases like GUN, OrbitDB, Scuttlebutt, Textile Threads, etc.

Although these existing databases are great, but we wanted a distributed database that will feel familiar, when you are coming from Web 2.0 & still has all the features that you would expect from a distributed database.

Something like a distributed MongoDB.

Enter AvionDB

AvionDB is a distributed database built on top of OrbitDB & IPFS.

When we started our work on AvionDB, we had a few design goals in our mind.

Design Goals

  • Familiar developer interface: MongoDB/Mongoose like interface.
  • Local-first: Your app can work locally without internet. For example, you can take notes on your notepad without (or even sync with other devices) connecting to the Internet.
  • Privacy-first: All the data, whether it is on your device or on out in the network, it should be encrypted by default.
  • Cross-platform: The database can be used natively on Mobile, Web & Desktop platforms.

How does it work?

AvionDB uses OrbitDB stores to model MongoDB-like Databases.

  • Each AvionDB instance can have several Databases.
  • Each Database can have several Collections.
  • Each Collection can have several Documents.

The Javascript implementation works both in Browsers and Node.js with support for Linux, OS X, and Windows . The minimum required version of Node.js is now 8.6.0 due to the usage of ... spread syntax. LTS versions (even-numbered versions 8, 10, etc) are preferred.

Using AvionDB with NodeJS

Using AvionDB with Browser

Here is a simple Todo List webapp.

What MongoDB features does AvionDB support?

You can find all the supported MongoDB-like features in our API docs.

RoadMap

You can find our Roadmap here. The features in the Roadmap are taken from 2 separate issues(#7, #8) which individually maintain a list of feature proposals related to OrbitDB-specific improvements & AvionDB-specific improvements respectively.

The Roadmap is an open discussion, feel free to add your suggestions, comments.

Want to build an Dapp using AvionDB but still have Questions?

If you didn’t find the answer to your question(s), feel free to reach us out on Discord.

Contributing

Take a look at our organization-wide Contributing Guide.

As far as code goes, we would be happy to accept PRs! If you want to work on something, it’d be good to talk beforehand to make sure nobody else is working on it. You can reach us on Discord, or in the issues section.

If you want to code but don’t know where to start, check out the issues labeled “help wanted”, “discussion”.

Contact Us

Feel free to reach us out on Discord.

--

--

vasa
simpleaswater

Entrepreneur | Co-founder, TowardsBlockChain, an MIT CIC incubated startup | SimpleAsWater, YC 19 | Speaker | https://vaibhavsaini.com