@@ -25,28 +25,37 @@ This directory contains the ResilientDB ecosystem components organized as git su
2525
2626```
2727ecosystem/
28- ├── graphql/ # GraphQL service
29- ├── smart-contract/ # Smart contract ecosystem
30- │ ├── rescontract/ # ResContract repository
31- │ ├── smart-contract-graphql/ # Smart contract GraphQL service
32- │ └── resilient-contract-kit/ # Contract development toolkit
33- ├── monitoring/ # Monitoring and observability
34- │ ├── reslens/ # ResLens monitoring tool
35- │ └── reslens-middleware/ # ResLens middleware
36- ├── cache/ # Caching implementations
37- │ ├── resilient-node-cache/ # Node.js caching
38- │ └── resilient-python-cache/ # Python caching
39- ├── sdk/ # Software Development Kits
40- │ ├── rust-sdk/ # Rust SDK
41- │ ├── resvault-sdk/ # ResVault SDK
42- │ └── resdb-orm/ # Python ORM
43- ├── deployment/ # Deployment and infrastructure
44- │ ├── ansible/ # Ansible playbooks
45- │ └── orbit/ # Orbit deployment tool
46- └── tools/ # Development and operational tools
47- ├── resvault/ # ResVault tool
48- ├── create-resilient-app/ # App scaffolding tool
49- └── drawing-lib/ # Drawing library tool
28+ ├── ai-tools/
29+ │ ├── beacon/
30+ │ ├── mcp/
31+ │ │ ├── graphq-llm/
32+ │ │ ├── resilientdb-mcp/
33+ │ │ └── ResInsight/
34+ │ └── nexus/
35+ ├── cache/
36+ │ ├── resilient-node-cache/
37+ │ └── resilient-python-cache/
38+ ├── deployment/
39+ │ ├── ansible/
40+ │ └── orbit/
41+ ├── graphql/
42+ ├── monitoring/
43+ │ ├── reslens/
44+ │ └── reslens-middleware/
45+ ├── sdk/
46+ │ ├── resdb-orm/
47+ │ ├── resvault-sdk/
48+ │ └── rust-sdk/
49+ ├── smart-contract/
50+ │ ├── rescontract/
51+ │ ├── resilient-contract-kit/
52+ │ └── smart-contract-graphql/
53+ ├── third_party/
54+ │ └── pocketflow/
55+ └── tools/
56+ ├── create-resilient-app/
57+ ├── drawing-lib/
58+ └── resvault/
5059```
5160
5261## Clone Without Ecosystem
0 commit comments