-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathparams.json
executable file
·1 lines (1 loc) · 2.83 KB
/
params.json
1
{"name":"Timeseries-bootstrap","tagline":"Bootstrap for time series data points injection and query","body":"<a href=\"http://predixdev.github.io/timeseries-bootstrap/javadocs/index.html\" target=\"_blank\" >\r\n\t<img height=\"50px\" width=\"100px\" src=\"images/javadoc.png\" alt=\"view javadoc\"></a>\r\n \r\n<a href=\"http://predixdev.github.io/timeseries-bootstrap\" target=\"_blank\">\r\n\t<img height=\"50px\" width=\"100px\" src=\"images/pages.jpg\" alt=\"view github pages\">\r\n</a>\r\nTime Series Bootstrap SDK\r\n================================\r\n\r\nWelcome to Time Series Bootstrap SDK. This is a SDK in Java for calling the Predix Time Series API to post and query data. It has built in mechanism to perform authenticated calls to Time Series API. It can be used as a dependency to other java back-end applications for creating and querying time series data seamlessly. \r\nFor further inforation please view the [Time Series Tutorial](https://www.predix.io/resources/tutorials/journey.html#1612)\r\n\r\n##Download Time Series Bootstrap SDK\r\n\r\n```\r\ngit clone https://github.com/PredixDev/timeseries-bootstrap.git\r\n```\r\n\r\n##Build it\r\n\r\n1. From the command line, go the the project directory.\r\n2. Run as\r\n\r\n```\r\n mvn clean package\r\n```\r\n\r\n##Run integration tests\r\n\r\n1. Edit config/application.properties as follows. For further information on configuring Predix Time Series service, please refer to the tutorials called [Exploring Time Series](https://www.predix.io/resources/tutorials/journey.html#Journey.Exploring Time Series).\r\n\r\n```\r\npredix.oauth.restHost=put.your.uaa.uri.here\r\npredix.oauth.clientId=put.your.clientId:put.your.clientSecret <For example: client_123:sssh_its_a_secret>\r\n\r\npredix.timeseries.ingestUri=wss://put.your.timeseries.service.instance.here/v1/stream/messages\r\n\r\npredix.timeseries.baseUrl=https://put.your.timeseries.service.instance.here\r\npredix.timeseries.zoneid=put.your.timeseries.zoneid.aka.instanceid.here\r\n```\r\n\r\n2. From the command line, go the the project directory.\r\n3. Run as \r\n\r\n``` \r\n mvn clean install.\r\n```\r\n\r\n##How to include as a dependency\r\n1. Modify the pom.xml as follows in the SDK for which you would like to have timeseries-bootstrap as a dependency.\r\n2. Add the following under the ```<dependencies>``` section with the latest version:\r\n```\r\n <dependency>\r\n\t<groupId>com.ge.predix.solsvc</groupId>\r\n\t<artifactId>timeseries-bootstrap</artifactId>\r\n\t<version>${predix-timeseries-client.version}</version>\r\n </dependency>\r\n ```\r\n \r\n##Tech Stack\r\n\r\n - Spring\r\n - SpringTest\r\n - Maven\r\n \r\n##More Details\r\n \r\n [Exploring Time Series](https://www.predix.io/resources/tutorials/journey.html#Journey.Exploring Time Series)\r\n","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."}