The Falcon SQL Client now supports authenticated requests through OAuth and a fully featured SQL Editor.
New Features:
- Adds Connectors for Hive via SparkSQL, IBM DB2 and Apache Impala.
- Public sample datastores for trying out the app with no fuss.
- All requests are now authenticated by default. This allows this app to be run as a public server while still securely ferrying data between plot.ly and the connected datastores. Authentication is enabled by default, but can be turned Off using
AUTH_ENABLED
setting. - Restricted access through OAuth. Access to the app running as a server can be restricted with an
ALLOWED_USERS
setting. - Introduces a standalone, interactive SQL Editor. The editor features data preview, typeahead, database schema previews, and inline data visualization.
- Drag-and-drop chart GUI for creating and exporting plotly.js charts.
- Optionally export charts and CSV data to plot.ly. Plot.ly has further editing, export, and online sharing options.
- CSV download of data to desktop.
- PNG download of charts to desktop.