luispinheiro / neo-server

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

Home Page:https://neo.machbase.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://neo.machbase.com/

License:Other


Languages

Language:Go 97.1%Language:JavaScript 1.3%Language:Shell 0.6%Language:HCL 0.5%Language:Makefile 0.3%Language:Batchfile 0.1%Language:HTML 0.1%