From c5174152ce95fc194b44c82c70d682ec2cd7ca20 Mon Sep 17 00:00:00 2001 From: Hannes Kimara Date: Wed, 13 Jul 2022 22:33:46 +0300 Subject: [PATCH] docs: Add redis streams documentation to book index (#363) --- book/src/SUMMARY.md | 1 + book/src/sinks/README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/book/src/SUMMARY.md b/book/src/SUMMARY.md index 215bcc5d..2947b8fc 100644 --- a/book/src/SUMMARY.md +++ b/book/src/SUMMARY.md @@ -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) diff --git a/book/src/sinks/README.md b/book/src/sinks/README.md index e95b16a9..a0ecaae4 100644 --- a/book/src/sinks/README.md +++ b/book/src/sinks/README.md @@ -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). \ No newline at end of file