https://github.com/wasupu/wasupu-boinet
Economy simulation
https://github.com/wasupu/wasupu-boinet
economics java-11 simulator
Last synced: 4 months ago
JSON representation
Economy simulation
- Host: GitHub
- URL: https://github.com/wasupu/wasupu-boinet
- Owner: wasupu
- Created: 2017-11-18T17:42:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2026-01-26T08:52:28.000Z (5 months ago)
- Last Synced: 2026-01-26T22:43:48.787Z (5 months ago)
- Topics: economics, java-11, simulator
- Language: Java
- Homepage:
- Size: 466 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 49
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wasupu boinet [](https://travis-ci.org/wasupu/wasupu-boinet)

## Requirements:
* Maven
* Docker
## Environment variables required for deployment:
* AWS_DEFAULT_REGION
* AWS_DOCKER_REGISTRY
* STREAM_SERVICE_TRUSTSTORE_PASSPHRASE
* STREAM_SERVICE_KEYSTORE_PASSPHRASE
* ECS_TASK_EXECUTION_ROLE_ARN
* ECS_TASK_SUBNETS
* ECS_TASK_SECURITY_GROUPS
## How to
* To build the project:
```shell-script
mvn clean package
```
* To run the app:
```shell-script
docker run -t --rm boinet \
--population= \
--companies= \
--seed-capital= \
[--number-of-ticks=] \
[--stream-service-api-key= \
--stream-service-namespace=]
```
* To deploy the service:
```shell-script
./deploy.sh
\
\
[] \
[]
```