Skip to content

Commit d3eea5a

Browse files
committed
add readme detail and fix docker code
1 parent d139db2 commit d3eea5a

File tree

11 files changed

+200
-31
lines changed

11 files changed

+200
-31
lines changed

Java/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN mvn -e -B dependency:resolve
77
COPY src ./src
88
# Build and compile application
99
#RUN mvn clean -e -B package
10-
RUN mvn clean -e -B compile assembly:single
10+
RUN mvn clean -e -B package
1111

1212
# Run stage
1313
FROM openjdk:11-jre-slim

Java/src/main/java/com/refinitiv/ws/cloud/MarketPriceRdpGwServiceDiscovery.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public class MarketPriceRdpGwServiceDiscovery {
8080
public static String newPassword = "";
8181
public static String authUrl = "";
8282
public static String discoveryUrl = "";
83-
public static String ric = "/TRI.N";
83+
public static String ric = "/EUR=";
8484
public static String service = "ELEKTRON_DD";
8585
public static String scope = "trapi";
8686
public static JSONObject authJson = null;

Python/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN pip install --user -r requirements.txt
1111
FROM python:3.8.11-slim
1212
WORKDIR /app
1313

14-
# Update PATH environment variable + set Python buffer to make Docker print every messages instantly.
14+
# Update PATH environment variable + set Python buffer to make Docker print every message instantly.
1515
ENV PATH=/root/.local:$PATH \
1616
USERNAME=DOCKER_CONTAINER \
1717
PYTHONUNBUFFERED=1

Python/rdp_apis_notebook.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
},
152152
{
153153
"cell_type": "code",
154-
"execution_count": 61,
154+
"execution_count": 3,
155155
"id": "bc2a438b-c643-434d-9723-84597e6023d6",
156156
"metadata": {},
157157
"outputs": [],
@@ -178,7 +178,7 @@
178178
},
179179
{
180180
"cell_type": "code",
181-
"execution_count": 95,
181+
"execution_count": 4,
182182
"id": "7af44c46-47ed-42eb-a80d-2ff748da24fa",
183183
"metadata": {},
184184
"outputs": [],
@@ -211,7 +211,7 @@
211211
},
212212
{
213213
"cell_type": "code",
214-
"execution_count": 101,
214+
"execution_count": 5,
215215
"id": "2df697ef-cde7-45d8-a792-5a8dba550083",
216216
"metadata": {},
217217
"outputs": [

README.md

Lines changed: 194 additions & 25 deletions
Large diffs are not rendered by default.

images/03_python_console.gif

490 KB
Loading

images/04_python_docker.gif

134 KB
Loading

images/05_python_jupyterlab_1.gif

221 KB
Loading

images/06_jupyterlab.png

140 KB
Loading

images/07_java_rto.gif

851 KB
Loading

0 commit comments

Comments
 (0)