An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# wasupu boinet [![Build Status](https://travis-ci.org/wasupu/wasupu-boinet.svg?branch=master)](https://travis-ci.org/wasupu/wasupu-boinet)

![Image of the boinet](https://raw.githubusercontent.com/wasupu/wasupu-boinet/master/boinet-pic.png)

## 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
\
\
[] \
[]
```