OrigoDB Server 0.2 Documentation

OrigoDB server runs as a windows service or console application accepting commands/queries from connected clients. The client API is part of the OrigoDB Core library. The server is used to host a database in a standalone process, it is not required when running the embedded engine, only the OrigoDB Core Library is needed. So if you are just learning and want to try OrigoDB, check out the core documentation.

Features

  • Web based administration console
  • Razor queries
  • Json over http API
  • Native TCP command/query interface (port 3001)
  • Multi server replication (single primary with zero or more replicas replicas)