Install OpenData Log
Download and install the Log binary:opendata-log binary in the current directory.
Start the server
Start Log on port 8081:.data/ by default.
Append records
Append three order events to theorders key. Keys and values are
base64-encoded in the JSON body:
The server responds with the starting sequence number and how many records were
written:
Read records back
Scan all entries for theorders key:
limit to paginate through large result sets:
Explore more endpoints
List all keys in the log:Next steps
- Explore the full API in the API reference section in the sidebar.
- Learn how segments and compaction work in Storage design.