Skip to content

mattb2401/airdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

airdb

Execute queries and analyse data from your databases through a easy golang web server for those who work with alot of database data.

Alt text

Installation

Clone the repo into your desired directory. Cd into the root of airdb and configure the application.

To config the application run the command below and follow the steps. airdb has to main deployment methods being docker and supervisord. Docker deployment is not yet complete.

sudo ./airdb -i 

Deploy with supervisord

To run the application you must have installed supervisord on your server to finish the application configuration. Once the configuration is completed successfully run the commands below to reread your supervisord config and start airdb in supervisorctl

supervisorctl reread
supervisorctl update
supervisorctl start airdb

ToDo

  • Docker application installer
  • Add users
  • User roles and permissions for specific queries for example "delete, update" queries

About

Explore, report and analyse DB data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages