This repo contains a simple example of a DeckGL application built on top of Svelte.
The streaming-arrow-api
directory contains a Rocket (Rust) web server which serves some binary data.
Contains a Svelte project to build a DeckGL Web UI.
- Set up the REST API (see
steaming-arrow-api
directory) - Set up the client web UI (see
streaming-arrow-webui
directory)