/DataDance

Analysis and visualize massive real-time updated data.

Primary LanguageTypeScriptApache License 2.0Apache-2.0

Data Dance

Data Dance is a service where you can analysis and visualize tons of real-time updated dataset without any professional knowledge.

Key features

  • Data just works ™ without any setup
  • Analyze and visualize in UI
  • Analyze Billions data in seconds
  • Community driven

And Data Dance is still under development.

Development

TTY 1:

cd backend
yarn   # Install dependencies
yarn start

TTY 2:

cd ui
yarn
yarn gen:client  # Generate API client from the backend
yarn start

Then, nagivate the browser to http://localhost:3000/.

Production Deployment

Please refer to the Backend README and UI README respectively.