Examples & Use Cases
End-to-end deployment examples for AnyLog and EdgeLake, from a single standalone agent to a full multi-node demo network.
The following provides an array of examples on deploying AnyLog and EdgeLake from start to finish.
Example 1 — Standalone Deployment with MQTT
A standalone deployment with random timestamp/value data coming in via MQTT.
This example demonstrates:
- How to install a standalone AnyLog agent with the default configs, with random data flowing in via MQTT.
- Attaching to and detaching from the node.
- Simple queries via the CLI and REST.
Example 2 — Node Monitoring & Network Testing
A small network — master, operator, and query as independent agents on the same machine — with monitoring data flowing in.
This example demonstrates:
- How to install multiple nodes, and understanding
LEDGER_CONN. - Inserting data via a scheduled process — node/Docker monitoring and syslog monitoring.
- Querying the data.
Example 3 — Smart City Demo
Replicates our Smart City demo.
This example demonstrates:
- Installing a small network with 3 operators, including directions on using Postgres.
- Querying across nodes.
- Using MCP and an LLM to generate dashboards.
Example 4 — Live Video Streaming
TBD