Skip to content

Commit ee21e87

Browse files
authored
Release chores (#243)
* removed external dependencies from reslens * update archiecture diagram * update ecosystem readme * add border to arch image
1 parent 628a930 commit ee21e87

File tree

2 files changed

+31
-22
lines changed

2 files changed

+31
-22
lines changed

ecosystem/README.md

Lines changed: 31 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -25,28 +25,37 @@ This directory contains the ResilientDB ecosystem components organized as git su
2525

2626
```
2727
ecosystem/
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

img/nexres_architecture.png

-93.3 KB
Loading

0 commit comments

Comments
 (0)