Skip to content

Commit

Permalink
Update betting-behavior-analysis.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
emile-00 committed Nov 21, 2024
1 parent 97c2387 commit 585e956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/betting-behavior-analysis.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Once RisingWave is installed and deployed, run the three SQL queries below to se

To keep this demo simple, a Python script is used to generate and insert data into the tables created above.

Navigate to the [market_surveillance](https://github.com/risingwavelabs/awesome-stream-processing) folder in the [awesome-stream-processing](https://github.com/risingwavelabs/awesome-stream-processing) and run the `data_generator.py` file. This Python script utilizes the `psycopg2` library to establish a connection with RisingWave so you can generate and insert synthetic data into the tables `user_profiles`, `betting_history`, and `positions`.
Navigate to the [user_betting_behavior](https://github.com/risingwavelabs/awesome-stream-processing) folder in the [awesome-stream-processing](https://github.com/risingwavelabs/awesome-stream-processing) and run the `data_generator.py` file. This Python script utilizes the `psycopg2` library to establish a connection with RisingWave so you can generate and insert synthetic data into the tables `user_profiles`, `betting_history`, and `positions`.

If you are not running RisingWave locally or using default credentials, update the connection parameters accordingly:

Expand Down

0 comments on commit 585e956

Please sign in to comment.