/neo-server

machbase-neo = time series database + mqtt + http + and more...

Primary LanguageGoOtherNOASSERTION

neo-server

Machbase is the fastest time-series database for IoT in the world implemented in C++. machbase-neo is an IoT Database Server that embedding the Machbase engine and provides essential and convenient features to build IoT platforms such as MQTT and HTTP API. It can be installed on machines ranging from Raspberry PI to high-performance servers.

Documents

Build from sources

  • Install Go 1.19 or higher and make
  • Checkout machbase/neo-server
  • Run make
  • Find the executable binary ./tmp/machbase-neo

Dependency

deps

  • neo-server machbase-neo source code
  • neo-spi defines interfaces accessing database
  • neo-grpc implements spi accessing database via gRPC
  • neo-engine implements spi accessing database via C API