![require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages](https://cdn.sanity.io/images/cgdhsj6q/production/be8ab80c8efa5907bc341c6fefe9aa20d239d890-1600x1097.png?w=400&fit=max&auto=format)
Security News
require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
falcon-vis
Advanced tools
Crossfilter millions of records without latencies. This project is work in progress and not documented yet. Please get in touch if you have questions.
The largest experiments we have done so far is 10M flights in the browser and ~180M flights or ~1.2B stars when connected to MapD.
Install with yarn add falcon-vis
. You can use two query engines. First ArrowDB
reading data from Apache Arrow. This engine works completely in the browser and scales up to ten million rows. Second, MapDDB
, which connects to MapD. The indexes are created as ndarrays. Check out the examples to see how to set up an app with your own data. More documentation will follow.
You can zoom histograms. Falcon automatically re-bins the data.
The original counts without filters, can be displayed behind the filtered counts to provide context. Hiding the unfiltered data shows the relative distribution of the data.
With unfiltered data.
Without unfiltered data.
Heatmap with circles (default). Can show the data without filters.
Heatmap with colored cells.
Horizontal bar.
Vertical bar.
Text only.
You can visualize the timeline of brush interactions in Falcon.
The GAIA spacecraft measured the positions and distances of stars with unprecedented precision. It collected about 1 billion objects, mainly stars, but also planets, comets, asteroids and quasars among others. Below, we show the dataset loaded in Falcon (with MapD).
Install the dependencies with yarn
. Then run yarn start
to start the flight demo with in memory data. Have a look at the other script
commands in package.json
.
First version that turned out to be too complicated is at https://github.com/uwdata/falcon/tree/complex and the client-server version is at https://github.com/uwdata/falcon/tree/client-server.
FAQs
**`Github Pages`**
The npm package falcon-vis receives a total of 5 weekly downloads. As such, falcon-vis popularity was classified as not popular.
We found that falcon-vis demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.