mechatroner / RBQL

🦜RBQL - Rainbow Query Language: SQL-like query engine for (not only) CSV file processing. Supports SQL queries with Python and JavaScript expressions.
https://rbql.org
MIT License
276 stars 13 forks source link

Add optional web UI to the CLI tool #30

Open mechatroner opened 3 years ago

mechatroner commented 3 years ago

Add a command-line option to start a web server which would provide a nice web UI similar to the https://rbql.org website. e.g.: rbql --input test.csv --web - this will start a web daemon and print the access URL which should be uniquely generated to prevent unauthorized access to the RBQL (which allows arbitrary commands execution)