![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.
Falcon uses Apache Arrow and ndarray.
Install with yarn add falcon-vis
. You can use two database backends. First ArrowDB
that works completely in the browser and scales up to ten million rows. Second, MapDDB
, which connects to MapD. Check out the examples to see how to set up an app with your own data. More documentation will follow.
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.