Ananas Analytics Changelog

What's new in Ananas Analytics 0.9.0

Sep 4, 2020
  • New Features:
  • add new workspace setting disableCheckUpdateOnStart to disable the update check when start the app
  • add Web API source. Now it is possible to explore, and analyze data from Web API
  • add Excel data source.
  • add SQL function TO_DATE to convert string type data to date type
  • add Pie chart visualization step.
  • improve Bar chart visualization step. Support stacked bar chart, horizontal bar chart and vertical bar chart
  • add Find project in file explorer option in project selection view to locate project folder
  • add new StringMap component for step editor. It allows editor to edit string-string type map
  • add new CLI explore command to explore data source
  • add new CLI view command to get visualization step result
  • add new parameter host to start command to specify the server host
  • add new example Temperature Forcast.
  • add new example MySQL.
  • add new example PostgreSQL.
  • add new example Excel.
  • Bug fixes / Improvements:
  • Fix the issue that CLI exits with code 0 when meeting error in some cases
  • Fix the issue that CLI start command listens to 0.0.0.0:3003 by default. Now it listen to 127.0.0.1:3003 by default
  • Fix derby access issue when run a visualization step from CLI
  • Upgrade sparkjava dependency to version 2.9.1
  • Fix a issue that keep loading the project that is deleted from disk
  • Fix Linux & Window new version update dialog has no acknowledge button issue
  • Fix ananas process not being killed when close app on MacOS issue
  • Improve postgres schema auto detection
  • Improve several error messages
  • Improve tests