The repository hosts two similar working setups demonstrating use of Redpanda, Redpanda Connect and Redis to index messages stored in the streaming platform log storage (topic).
The setups differ in index content.
index_log_messages
: maps a meaningful message identifier to its location in a topicindex_full_data
: maps a meaningful message identifier to its content
- go to one of the directories
- run
./setup.sh
- run
./test.sh