Skip to content

Commit

Permalink
HZX-345: Improvements in stock-ticker demo (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
alaktionov authored Dec 4, 2024
1 parent c50d33d commit dd27f10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 2 additions & 0 deletions stock-ticker/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
MC_LICENSE="MC_LICENSE_VALUE"
MC_APPLICATION_CLIENT_SECRET="MC_APPLICATION_CLIENT_SECRET_VALUE"
6 changes: 1 addition & 5 deletions stock-ticker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,9 @@ cp .env.example .env
4. Run the `docker-compose up` command.

```bash
git clone https://github.com/hazelcast/hazelcast-flow-public-demos.git
cd hazelcast-flow-public-demos/stock-ticker

docker-compose up -d
docker compose up -d
```


Some exposed endpoints:
- http://localhost:9021 - Hazelcast Flow UI
- http://localhost:8080 - Management Center UI

0 comments on commit dd27f10

Please sign in to comment.