1
1
2
- == Streamdata.io Java SDK
2
+ == Axway AMPLIFY Streams Java SDK
3
3
4
4
5
5
=== What does the API do?
6
6
7
- It remove the plumbing between you and streamdata.io once you have an API ready to use, you can use the code above.
8
-
9
7
It connects to the server with some your API URL and your credentials (API key) and you get notified using either
10
8
11
9
* Some callback you provide
@@ -15,7 +13,7 @@ You can choose to receive snapshots only or one snapshot and then patches you do
15
13
16
14
=== Step by step setup to run demo
17
15
18
- * Create an free account on streamdata.io https://portal.streamdata.io/#/register to get an App token.
16
+ * Create an free account on Axway AMPLIFY Streams https://portal.streamdata.io/#/register to get an App token.
19
17
* Clone project, edit Main.java and replace [YOUR TOKEN HERE] with your App token.
20
18
* Make sure you have Java 8+ installed
21
19
* Make sure you have maven 3.0+ installed
@@ -25,7 +23,7 @@ You can choose to receive snapshots only or one snapshot and then patches you do
25
23
26
24
* Run sample from a terminal:
27
25
28
- `java -jar target/streamdataio-sdk- java-1.0.jar`
26
+ `java -jar target/streamdataio-java-sdk -1.0.jar`
29
27
30
28
* You should see data and patches pushed in your application and displayed on your terminal.
31
29
* You can build the jar on your own and use provided classes to use this API.
@@ -151,3 +149,20 @@ Above, an example of an error so you can get more detailed informations.
151
149
"sessionId":"62fd67bc-d090-4333-a783-d94b366f55f4"
152
150
}
153
151
```
152
+
153
+ == Contributing
154
+
155
+ Please read
156
+ https://github.com/axway-amplify-streams/Common/blob/master/Contributing.md[Contributing.md]
157
+ for details on our code of conduct, and the process for submitting pull
158
+ requests to us.
159
+
160
+ == Team
161
+
162
+ image:https://github.com/axway-amplify-streams/Common/blob/master/img/AxwayLogoSmall.png[alt
163
+ text,title="Axway logo"] Axway Team
164
+
165
+ == License
166
+
167
+ https://github.com/axway-amplify-streams/Common/blob/master/LICENSE[Apache
168
+ License 2.0]
0 commit comments