Radius queries
Find entities within a distance of a point, with pagination and group filtering.
High-performance geospatial storage and queries for fleet tracking, logistics, and real-time location applications.
Store location events, find what is nearby, and keep the latest position ready for the next decision.
Find entities within a distance of a point, with pagination and group filtering.
Search service areas and geofences, including polygons with interior holes.
Read the most recent event for one entity or request the latest position in batches.
S2 indexing, LSM storage, and Viewstamped Replication work together for append-heavy location workloads.
ArcherDB follows a trusted-network model. Authentication, transport security, and encryption at rest stay at your infrastructure boundary.
Build with the bundled Zig toolchain, format a data file, and start ArcherDB on port 3000.
# Build from source
./zig/download.sh
./zig/zig build -Dconfig=lite
# Format and start a development node
./zig-out/bin/archerdb format \
--cluster=0 --replica=0 --replica-count=1 \
data.archerdb
./zig-out/bin/archerdb start \
--addresses=3000 data.archerdb