Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Example Configs #180

Merged
merged 1 commit into from
Nov 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions grpc-ingest/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
config-grpc2redis.yaml
config-ingester.yaml
config-monitor.yaml
10 changes: 9 additions & 1 deletion grpc-ingest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,15 @@ docker compose up db redis prometheus
INIT_FILE_PATH=./init.sql sea migrate up --database-url=postgres://solana:solana@localhost:5432/solana
```

### Config for grpc2redis [./config-grpc2redis.yml](./config-grpc2redis.yml)
### Configs

Example config files are available at
- [./config-grpc2redis.example.yml](./config-grpc2redis.example.yml)
- [./config-ingester.example.yml](./config-ingester.example.yml)
- [./config-monitor.example.yml](./config-monitor.example.yml)

Copy these files and modify them as needed to setup the project.


### Run grpc2redis service

Expand Down
File renamed without changes.
Loading