Skip to content

Commit

Permalink
docs: Add redis streams documentation to book index (#363)
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesKimara authored Jul 13, 2022
1 parent 6580bf6 commit c517415
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions book/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
- [AWS SQS](./sinks/aws_sqs.md)
- [AWS Lambda](./sinks/aws_lambda.md)
- [AWS S3](./sinks/aws_s3.md)
- [Redis Streams](./sinks/redis_streams.md)
- [Reference](reference/README.md)
- [Data Dictionary](./reference/data_dictionary.md)
- [Advanced Features](./advanced/README.md)
Expand Down
1 change: 1 addition & 0 deletions book/src/sinks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ These are the existing sinks that are included as part the main _Oura_ codebase:
- [AWS S3](aws_s3.md): a sink that saves the CBOR content of the blocks as an AWS S3 object.
- [GCP PubSub](gcp_pubsub.md): a sink that sends each event as a message to a google cloud PubSub topic.
- [GCP CloudFunction](gcp_cloudfunction.md): a sink that sends each event as JSON to a Cloud Function via HTTP.
- [Redis Streams](redis_streams.md): a sink that sends each event into a Redis stream.

New sinks are being developed, information will be added in this documentation to reflect the updated list. Contributions and feature request are welcome in our [Github Repo](https://github.com/txpipe/oura).

0 comments on commit c517415

Please sign in to comment.