Streams
rindexer supports streaming data from rindexer to anywhere you want. This allows you to build your own data indexing solutions in any language you wish, alongside stream the data to any location you want with tons of use cases. Streams also support advanced filtering and conditions which allows you to filter the data before it is streamed. This can all be done using no-code and set in the YAML configuration file.
Note you can use all the streams together they are independent of each other, so if you wanted to us kafka
,
webhooks
, rabbitmq
and sns
together you can do that.
Supported stream providers:
- Webhooks - Fire webhooks to your own APIs
- Kafka - Find out more about Apache Kafka
- RabbitMQ - Find out more about RabbitMQ
- SNS/SQS - Find out more about Simple Notification Service and Simple Queue Service