axideDB is the next-generation database for advanced microservices and businesses. Powered by Node.js.


Keywords
database, db, json, rapid-access, nodejs, node, node-js
License
ICU
Install
npm install axide@0.1.1-beta

Documentation

package-corebase logo


axideDB is the next-generation database for advanced microservices and businesses. Powered by Node.js.

GitHub | NPM

Using axideDB

Using axide as your production database couldn't be simpler.

Simply install axide like so...

npm install axide -g

And then start it in a directory using the ultra-awesome CLI!

axide start

Now you can modify the configuration file at axide.json!

Client libraries

Multiple unofficial client libraries are in the works for talking with axideDB using other programming languages.

Currently one official client library is available. It can be found over at axide-client.

Get started

Ready to get started using axideDB? If you're a Node.js developer, have a look at the official Node.js axideDB client.

If you develop in other languages, we can assure you that we're working on some solutions for you to get right to work using axide!

What is axideDB?

axideDB is a brand new database built only using Node.JS. It is currently in beta and so has some missing features and may have minor issues.

Contributing

Before contributing to axide, have a look at our contributing guidelines!

Protocol

axideDB communicates over TCP with clients. Most of its communication is in JSON. The protocol hasn't been fully documented yet.

Performance

We're using axideDB in some of our live microservices. Caching has been implemented as of release axideDB 0.3.0-beta.