Version 0.9.3

These docs are outdated. Read the latest.

PaveDB Elixir Client Examples

Each example runs against a PaveDB server from the client checkout.

1-concurrent-evaluation

Complete example: examples/1-concurrent-evaluation

PAVEDB_URL=http://127.0.0.1:8086 PAVEDB_TENANT=book \
  mix run examples/1-concurrent-evaluation/run.exs

2-query-replay-drift

Complete example: examples/2-query-replay-drift

PAVEDB_URL=http://127.0.0.1:8086 PAVEDB_TENANT=book \
  mix run examples/2-query-replay-drift/run.exs