Commit d29c77c
Database federation bridge: ArangoDB (game) + VerisimDB (levels)
Add 3 new Elixir modules to the sync server for database federation:
- ArangoClient: HTTP client for ArangoDB (document CRUD, AQL, graph traversal)
- VerisimClient: HTTP client for VerisimDB (hexad CRUD, text search, VQL)
- DatabaseBridge: coordination GenServer with schema validation, health
monitoring, and graceful degradation (starts even if DBs are offline)
8 new REST endpoints under /db/ (health, players, topology, query, levels,
search). Req library added as sole new dependency. Design document with
full 4-tier database comparison table and glossary.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 28a068a commit d29c77c
File tree
10 files changed
+2147
-1
lines changed- idaptik-level-architect
- docs/design
- idaptik-sync-server
- config
- lib/idaptik_sync_server
10 files changed
+2147
-1
lines changedLines changed: 429 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 17 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
40 | 53 | | |
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
21 | 26 | | |
22 | 27 | | |
23 | 28 | | |
| |||
0 commit comments