
Empower Your Dev Team
Mushroom Api
​
API's are often built for multiple data sets over and over again by dev teams. API's take considerable development effort and maintenance.
Mushroom Api is a central Api that can be consumed by your system as an entire data layer service. This can accommodate HOW you want to use and store your data. This means you can choose whether you want to host your own data or store it with Quatonomy.
​
Mushroom API uses a NoSql database that can handle enormous amounts of data. We segregate your data into partitions which are controlled by yourself via our endpoints that allow you to specify your partitions and your schemas. The actual data record you are storing/retrieving is stored as a json object, we can store this as a flat string so you manage the data model entirely or we can accept schema's to ensure each item is subject to your validation rules.
Once registered and you have decided if you want to host your own data or use our storage it is as simple as injecting data and querying it via our CRUD endpoints immediately.
​