Features
What makes Orter special.
Speed and Performance
Our Orter backend worker is based on Rust , to keep overhead as small as possible. No garbage collection means that Orter will deliver queries consistently with the lowest latency possible.
It doesn’t matter weather you have 100k data points or 2M lookups stay fast with our lookup algorithm.
Bring your own Compute
Keep latency as low as possible and bring our Orter worker into your IT infrastrucutre. Optimize performance, save costs and still manage all your data and workers via the Orter web interface.
Deploy a worker locally or on your own infrastrucutre with Docker.
docker run -e API_KEY=<KEY> orter-rs/worker
You can run the Orter worker also in a distributed containerized environment like Kubernetes.
Flexible Pricing
You only pay what you use to keep financial overhead as small as possible. Always keep track on usage via our analytics tools in the Orter management web interface. If you want to utilize your own infrastrucutre you can do so and save on compute costs (see here).
If you have special requirements you can always reach out to us, to find the best suitable payment option for your use case.
Use our generous free tier to experiment with Orter completely free and convince yourself, that Orter will fullfill your requirements.
APIs
The Orter worker provides a variety of different interfaces, so you can integrate Orter geo-searches as easiliy as possible into your own software projects.
- REST
- WebSocket
- gRPC
- TCP (json/protobuf)
E2E Encryption
We give you the possibility to E2E encrypt your data so it stays stored securly on our servers. Asymetric encryption allows only your worker nodes to decrypt data stored on our management server.