Skip to content

Commit

Permalink
Use Example Configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahzam Akhtar authored and AhzamAkhtar committed Nov 24, 2024
1 parent 80d61dc commit 3fd911d
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 1 deletion.
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.
File renamed without changes.
File renamed without changes.

0 comments on commit 3fd911d

Please sign in to comment.