Tino Alternatives
Similar projects and alternatives to Tino
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
Tino discussion
Tino reviews and mentions
-
Build an Elixir Redis Server that's 100x faster than HTTP
Author here, combining Redis protocol and MsgPack is a much more platform independent way of building a protocol.
The redis protocol and Msppack are both only a a hundred lines or so for a parser. Meaning you can build your own from scratch in a new language if one isn’t supported.
Its also stupid fast.
Compared to protocol buffers which can be extremely complicated to grok on the binary level.
I built a more robust API RPC for Python here based on Redis and MsgPack: https://github.com/hansonkd/tino
-
Build an Elixir Redis API that's 100x faster than HTTP in less than 10 minutes
I have reproduced these findings in Python against the fastest HTTP frameworks. https://github.com/hansonkd/Tino/
Stats
hansonkd/Tino is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of Tino is Python.