Home - maneeshpal/Drata GitHub Wiki

Drata is a self-hosted application that can be deployed in your local network. It connects to your existing database(s) and provides you with tools for analyzing your data. Drata is schema agnostic, and relies on the user to determine the validity of data queries.
Drata is a single page app running on Node with visualizations powered by D3.js. It currently supports a light theme and dark theme.
I made some efforts to document some user interactions here in the wiki. You may turn Help on in the widget editor which will help you understand data segmentation and other complex interactions.
Demo [http://drata.io/demo] (http://drata.io/demo)
- No external footprint. Drata doesn't require you to add any additional application code in order for it to work.
- No Data transformation required. Drata connects to your existing MongoDB and Microsoft Sql Server without requiring you to transform the schema.
- Free and OpenSource : Drata embraces Open Source software. It is free to use as per MIT license guidelines. There is no upfront cost involved in setup. You can pretty much get it up and running in less than 10 minutes. Checkout configuration
- Extensible : Drata can be hooked to any data source. Currently I have adapters written for MS Sql Server and MongoDB. The visualizations are powered by D3.js. They are developed using extensible chart components adaptable and configurable for your needs.