A compact, single-binary web application for visualizing sensor data and field note taking. Built using Svelte 5 and BokehJS, the project is based on the pocketstack template and is powered by a Rust backend.
git clone https://github.com/ongchi/insitu_logger
cd insitu_logger
git submodule update --recursive
cd web/bokeh/bokehjs/
node make build
cd ../../
pnpm run build
cd ../
sqlx database create
sqlx migrate run
cat fixtures/sample.sql | sqlite3 water_sampling.db
cargo run --release