Co-creator here! We wanted * A simple, flexible SQL client * A notebook interface that lets you drag stuff around and view things side-by-side * Query CSVs, JSON, and XLSX documents fully in-browser with Emscripten + SQLite * Postgres, MySQL and BigQuery through a local connection bridge. Your data never touches a third party server. I’ll be here with @antimatter15 for the rest of the morning answering questions!
Franchise – An Open-Source SQL Notebook
11–20 of 64 posts
Re: Franchise – An Open-Source SQL Notebook
#12I've been meaning to learn SQL for a long time, but I'm unfortunately in an unrelated field. Could anyone recommend some resources for learning SQL? Preferable targeted towards an experienced programmer
Re: Franchise – An Open-Source SQL Notebook
#13Re: Franchise – An Open-Source SQL Notebook
#14Too bad, I was looking forward to that mapping demo. It might be just what I need. I'll try again in a few hours.
Re: Franchise – An Open-Source SQL Notebook
#15How is it different from SQL support in Jupyter notebook?
Re: Franchise – An Open-Source SQL Notebook
#16> Disconnected from SQLite (Error: Invalid LatLng object: (NaN, NaN)) Too bad, I was looking forward to that mapping demo. It might be just what I need. I'll try again in a few hours.
Re: Franchise – An Open-Source SQL Notebook
#17Looks cool. Any plans for D3.js reporting integration? How would someone add their own reporting types?
Basically, each visualization is a react widget with some static properties that define its icon / when to show it / etc.
Re: Franchise – An Open-Source SQL Notebook
#18This looks really cool! I've been meaning to learn SQL for a long time, but I'm unfortunately in an unrelated field. Could anyone recommend some resources for learning SQL? Preferable targeted towards an experienced programmer
Re: Franchise – An Open-Source SQL Notebook
#19This looks really cool! I've been meaning to learn SQL for a long time, but I'm unfortunately in an unrelated field. Could anyone recommend some resources for learning SQL? Preferable targeted towards an experienced programmer
Re: Franchise – An Open-Source SQL Notebook
#20Co-creator here! We wanted * A simple, flexible SQL client * A notebook interface that lets you drag stuff around and view things side-by-side * Query CSVs, JSON, and XLSX documents fully in-browser with Emscripten + SQLite * Postgres, MySQL and BigQuery through a local connection bridge. Your data never touches a third party server. I’ll be here with @antimatter15 for the rest of the morning answering questions!
Any plan to support jdbc so that it’s possible to connect to things such is HiveServer2/SparkSql?