···162162163163Generate sample JSON actions:
164164```bash
165165-docker compose --profile test_data up kafka_test_data_producer -d
165165+docker compose --profile test_data up kafka-test-data-producer -d
166166```
167167168168Produces user login events with timestamps, user IDs, and IP addresses to `osprey.actions_input` topic.
+1-1
start.sh
···5555 echo "Starting Osprey with Coordinator..."
5656 COMPOSE_FILES="$COMPOSE_FILES -f example_docker_compose/run_osprey_with_coordinator/docker-compose.coordinator.yaml"
5757else
5858- echo "Starting Osprey without Coordiantor (direct Kafka consumption)..."
5858+ echo "Starting Osprey without Coordinator (direct Kafka consumption)..."
5959fi
60606161# If no compose args provided, default to 'up'