Mirror of https://github.com/roostorg/osprey github.com/roostorg/osprey
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: fix development docs and startup helper typos (#110)

authored by

Anne B and committed by
GitHub
106145d7 de6347c3

+2 -2
+1 -1
docs/DEVELOPMENT.md
··· 162 162 163 163 Generate sample JSON actions: 164 164 ```bash 165 - docker compose --profile test_data up kafka_test_data_producer -d 165 + docker compose --profile test_data up kafka-test-data-producer -d 166 166 ``` 167 167 168 168 Produces user login events with timestamps, user IDs, and IP addresses to `osprey.actions_input` topic.
+1 -1
start.sh
··· 55 55 echo "Starting Osprey with Coordinator..." 56 56 COMPOSE_FILES="$COMPOSE_FILES -f example_docker_compose/run_osprey_with_coordinator/docker-compose.coordinator.yaml" 57 57 else 58 - echo "Starting Osprey without Coordiantor (direct Kafka consumption)..." 58 + echo "Starting Osprey without Coordinator (direct Kafka consumption)..." 59 59 fi 60 60 61 61 # If no compose args provided, default to 'up'