AquilaDB is a Resillient, Replicated, Decentralized, Host neutral storage for Feature Vectors along with Document Metadata. Do k-NN retrieval from anywhere, even from the darkest rifts of Aquila (in progress). It is easy to setup and scales as the universe expands.
Make sure your data is always available anywhere through any network. It is not necessory to be always online. Work offline, sync later.
Your data is replicated over nodes to attain eventual consistancy.
There is no single point of failure.
Want to use AWS, Azure, G-cloud or whatever? Or even a legion of laptops? Connect them together? No worries as long as they can talk each other.
- If you are working on a data science project and need to store a hell lot of data and retrieve similar data based on some feature vector, this will be a useful tool to you, with extra benefits a real world web application needs.
- Are you dealing with a lot of images and related metadata? Want to find the similar ones? You are at the right place.
- If you are looking for a document database, this is not the right place for you.
AquilaDB is not built from scratch. Thanks to OSS community, it is based on a couple of cool open source projects out there. We took a couch and added some wheels and jetpacks to make it a super cool butt rest for Data Science Engineers. While CouchDB provides us network and scalability benefits, FAISS provides superfast similarity search. Along with our peer management service, AquilaDB provides a unique solution.
You need docker
installed.
- clone this repository
- build image:
docker build -t a_mma/aquiladb:0.1 .
- deploy:
docker run -d -i -p 50051:50051 -t a_mma/aquiladb:0.1
To test this, you need some knowledge of GRPC
.
Protocolbuff API reference.
Example usage of APIs in node js.
This project is still under active development (pre-release). It can be used as a standalone database now. Peer manager is a work in progress, so networking capabilities are not available now. With release v1.0 we will release pre-optimized version of AquilaDB.
GNU General Public License v3.0 license file
created with ❤️ a-mma.indic (a_മ്മ)