0.0.15 • Published 1 year ago

falcon2 v0.0.15

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Falcon 2: Interactive Visual Analysis for Big Data

Tests code style: prettier

🚧 Work in Progress

Crossfilter millions of records without latencies. This is a new version of Falcon with cleaned up APIs and reusable components.

For current mockups and architecture choices, go to this Figma Page. Ask @xnought if you need editing permission.

Falcon 2 – Getting Started

yarn dev will start the dev server and open the browser.

this just does the following for you:

cd svelte
yarn # make sure to install dependencies
yarn dev --open # to start the dev server and open the browser

currently, we are developing within a svelte environment and importing the ts code. More build stuff will need to be implemented for the actual package down the line.

Milestones

  • Take the current Falcon and decouple it from the UI
  • Refactor the code to be more modular and reusable
  • Support Categorical Dimensions
  • Update the Live demo with Svelte and some premade charts