Features
What makes Orter special.
Speed and Performance
The Orter backend worker is built with Rustβ to minimize overhead. Without garbage collection, Orter consistently delivers queries with the lowest possible latency.
Whether you have 100,000 data points or 2 million lookups, our lookup algorithm ensures consistently fast performance.
Bring Your Own Compute
Minimize latency by deploying the Orter worker within your own IT infrastructure. Optimize performance, reduce costs, and manage all your data and workers through the Orter web interface.
Deploy a worker locally or on your own infrastructure using Docker:
docker run -e API_KEY=<KEY> orter-rs/workerYou can also run the Orter worker in distributed containerized environments such as Kubernetes.
Flexible Pricing
Pay only for what you use, keeping financial overhead to a minimum. Monitor your usage with our analytics tools in the Orter management web interface. If you prefer to use your own infrastructure, you can do so and save on compute costs (see here).
If you have special requirements, feel free to contact us to find the most suitable payment option for your use case.
Take advantage of our generous free tier to experiment with Orter at no cost and see how it fulfills your requirements.
APIs
The Orter worker offers a variety of interfaces, making it easy to integrate Orter geo-search capabilities into your software projects:
- REST
- WebSocket
- gRPC
- TCP (JSON/Protobuf)
E2E Encryption
We offer end-to-end encryption to ensure your data is securely stored on our servers. Asymmetric encryption ensures that only your worker nodes can decrypt data stored on our management server.