R/project-using-kafka-in-R.git
5 years agoBreak out CreateKafkaConsumer function.
Frederik Vanrenterghem [Thu, 13 Sep 2018 13:13:42 +0000 (21:13 +0800)]
Break out CreateKafkaConsumer function.

5 years agoUse returned base_uri.
Frederik Vanrenterghem [Thu, 13 Sep 2018 13:00:11 +0000 (21:00 +0800)]
Use returned base_uri.

Per doco: Because consumers are stateful, any consumer instances created with the REST API are tied to a specific REST proxy instance. A full URL is provided when the instance is created and it should be used to construct any subsequent requests. Failing to use the returned URL for future consumer requests will result in 404 errors because the consumer instance will not be found.

5 years agoAdd DESCRIPTION.
Frederik Vanrenterghem [Thu, 13 Sep 2018 12:45:00 +0000 (20:45 +0800)]
Add DESCRIPTION.

Start conversion to package.

5 years agoAdd comments and variables for clarity.
Frederik Vanrenterghem [Sat, 8 Sep 2018 12:24:54 +0000 (20:24 +0800)]
Add comments and variables for clarity.

5 years agoStart ignoring RStudio files - first steps are small.
Frederik Vanrenterghem [Sat, 8 Sep 2018 11:44:30 +0000 (19:44 +0800)]
Start ignoring RStudio files - first steps are small.

5 years agoCreate 2 plots 2 minutes apart.
Frederik Vanrenterghem [Sat, 8 Sep 2018 11:23:31 +0000 (19:23 +0800)]
Create 2 plots 2 minutes apart.

* Call function from yet unlinked script to plot and forecast.
* Iterate twice to verify the script works with streaming content.

5 years agoConvert to function.
Frederik Vanrenterghem [Sat, 8 Sep 2018 11:18:26 +0000 (19:18 +0800)]
Convert to function.

5 years agoAdd R consumer for Kafka topic using REST api
Frederik Vanrenterghem [Thu, 6 Sep 2018 13:37:36 +0000 (21:37 +0800)]
Add R consumer for Kafka topic using REST api

Uses Kafka REST Proxy by Confluent.

5 years agoCreate forecast.
Frederik Vanrenterghem [Thu, 23 Aug 2018 13:30:14 +0000 (21:30 +0800)]
Create forecast.

- Use combined logfile.
- Start by using ARIMA function for forecast.

5 years agoInitialise Rproject.
Frederik Vanrenterghem [Thu, 23 Aug 2018 11:31:39 +0000 (19:31 +0800)]
Initialise Rproject.

5 years agoInitiate project.
Frederik Vanrenterghem [Thu, 23 Aug 2018 11:28:47 +0000 (19:28 +0800)]
Initiate project.