Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

v2.3 - SQL Editor

Pre-release
Pre-release
Compare
Choose a tag to compare
@tarzzz tarzzz released this 11 Oct 08:26
· 919 commits to master since this release

The Plotly Database Connector (PDC) 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.

big_app_screencast