You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The readnode primitives module contains common data structures and utilities.
49
+
50
+
### [perf-testing](perf-testing/README.md)
51
+
52
+
The performance testing module provides tools for testing and benchmarking.
53
+
54
+
## Documentation
55
+
56
+
### Project Documentation
57
+
-[CHANGELOG.md](CHANGELOG.md) - Project changelog and version history
58
+
-[Examples](examples/README.md) - Usage examples and sample configurations
59
+
60
+
### Technical Documentation
61
+
-[RPC Methods](docs/RPC_METHODS.md) - Available RPC methods and their specifications
62
+
-[Custom RPC Methods](docs/CUSTOM_RPC_METHODS.md) - Custom RPC methods specific to Read RPC
63
+
-[Database Migrations](docs/DATABASE_MIGRATIONS.md) - Database migration procedures and guidelines
64
+
-[Tracing](docs/TRACING.md) - Distributed tracing setup and configuration
65
+
66
+
### Database Documentation
67
+
-[PostgreSQL Setup](database/src/postgres/README.md) - PostgreSQL-specific configuration and setup
68
+
-[Database Migrations](docs/DATABASE_MIGRATIONS.md) - Database migration procedures and guidelines
69
+
30
70
## Docker compose
31
71
32
72
**Note!** The docker compose is not fully ready yet. It's still in progress. However, you can run the entire project to play around with it. It is still not convenient for development or debugging purposes. We are working on improving it.
0 commit comments