You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "YoungWoo Kim (Jira)" <ji...@apache.org> on 2019/10/07 08:53:00 UTC

[jira] [Created] (BIGTOP-3232) Support streaming data generator for BPS

YoungWoo Kim created BIGTOP-3232:
------------------------------------

             Summary: Support streaming data generator for BPS
                 Key: BIGTOP-3232
                 URL: https://issues.apache.org/jira/browse/BIGTOP-3232
             Project: Bigtop
          Issue Type: Sub-task
            Reporter: YoungWoo Kim


Current data generator for BPS supports file based output:
```
$ java -jar build/libs/bigpetstore-data-generator-1.5.0-SNAPSHOT.jar 
BigPetStore Data Generator

Usage: java -jar bps-data-generator-v0.2.java outputDir nStores nCustomers nPurchasingModels simulationLength seed

outputDir - (string) directory to write files
nStores - (int) number of stores to generate
nCustomers - (int) number of customers to generate
nPurchasingModels - (int) number of purchasing models to generate
simulationLength - (float) number of days to simulate
seed - (long) seed for RNG. If not given, one is reandomly generated.
```

It would be useful if we have the BPS data publisher for messaging system such as Apache Kafka and Apache Pulsar.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)