brydavis / flow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flow

Under Development. Tool intended for data analysis across distributed systems.

Settings

Program requires a config.json in root directory:

{
	"password" : "MyPassword!123",
	"port"     : 1433,
	"server"   : "myserver.database.windows.net",
	"user"     : "UserMe",
	"database" : "demoDB"
}

Running

Build via go build and run the program.

When you see terminal prompt ~>, proceed using SQL.

Special commands:

  • run query.sql executes code in ./sql/query.sql
  • exit or quit will close the terminal, exit the program, and return you to the command line

Priorities

  1. Support multiple languages
  • SQL
  • Go
  • Python
  • Scala
  1. Integrate NSQ for more flexible / faster architecture

  2. Create code blocks vis-a-vis Jupyter

  3. Develop Zeppelin-like visualizations

  4. Improve UI / UX

  • Customizable themes / color schemes



© 2015 MIT License # Info

About


Languages

Language:JavaScript 68.6%Language:HTML 28.1%Language:CSS 2.9%Language:Go 0.2%Language:Jupyter Notebook 0.1%Language:Erlang 0.1%Language:PLpgSQL 0.0%Language:Shell 0.0%