open https://vignesh2027.github.io/-FLUXDB Description: FluxDB — a time-series database I built f...open https://vignesh2027.github.io/-FLUXDB Description: FluxDB — a time-series database I built f...
The network for creativity
Join 1.25M professional creatives like you
Connect with clients, get discovered, and run your business 100% commission-free
Creatives on Contra have earned over $150M and we are just getting started
FluxDB — a time-series database I built from scratch in Rust. No RocksDB, Postgres, or InfluxDB underneath: a full storage engine with high-throughput writes, columnar compression, and sub-millisecond range queries, zero unsafe code, published as a crate on crates.io. Rust · LSM storage · GitHub Actions.
Description: GlanceX is a privacy-first web application designed for searching large Excel and CSV datasets while keeping search queries on the user’s device.
I developed the application with a focus on privacy, secure data handling, performance, and offline usability.
Key features:
~ Zero-query-leak search: Queries run locally in browser memory using Web Workers rather than being sent to the server.
~ Secure cloud storage: Shared files use AES-256-GCM encryption at rest and are decrypted in server memory for authorized access.
~ Dual modes: Supports both offline local .xlsx/.csv search and a centralized authenticated team directory.
~ Privacy monitoring: Includes a browser network interceptor to detect and block unauthorized data-transfer attempts.
~ Offline capability: Uses Web Workers and IndexedDB caching for local search and continued usability during network interruptions.