You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Data Contribution is a means to send your pricing data directly to Refinitiv , f
12
12
13
13
## Application Overview
14
14
15
-
This example shows how to writing an application to contribute your data to TRCC using [Elektron WebSocket API](https://developers.refinitiv.com/elektron/websocket-api) through Thomson Reuters Enterprise Platform (TREP). The example just connects to TREP via a WebSocket connection, then sends an off-stream post to contribute item to TRCC server via that TREP. The application is implemented with Python language, but the main concept and post message structures are the same for all technologies.
15
+
This example shows how to writing an application to contribute your data to TRCC using [Elektron WebSocket API](https://developers.refinitiv.com/elektron/websocket-api) through Thomson Reuters Enterprise Platform (TREP). The example just connects to TREP via a WebSocket connection, then sends an off-stream post to contribute item to TRCC server via that TREP. The project are implemented with Python language for both console and Jupyter Notebook applications, but the main concept and post message structures are the same for all technologies.
16
16
17
17
If you are interested to contribute data using the RSSL connection (with or without TREP), please visit the following series of Elektron SDK and TRCC based on your prefer API:
18
18
*[Contributing your data to Thomson Reuters article](https://developers.refinitiv.com/article/contributing-your-data-thomson-reuters).
@@ -37,6 +37,7 @@ This example requires the following dependencies softwares and libraries.
37
37
2.[Python](https://www.python.org/) compiler and runtime
4. Python's [websocket-client](https://pypi.org/project/websocket-client/) library (*version 0.49 or greater*).
40
+
5.[Jupyter Notebook](https://jupyter.org/) runtime (for the Notebook example application only)
40
41
5. TRCC username, password and host list credentials. Please reach out to your Refinitiv sales associate to acquire TRCC access credentials.
41
42
42
43
*Note:*
@@ -49,11 +50,12 @@ This example requires the following dependencies softwares and libraries.
49
50
This example project contains the following files and folders
50
51
1.*console_python/trcc_posting.py*: The example application file
51
52
2.*console_python/requirements.txt*: The application dependencies configurationf file
52
-
3.*trep_config/rmds_trcc.cnf*: ADH TRCC configurations example file (*not a completed ADH configuration file*)
53
-
4. LICENSE.md: Project's license file
54
-
5. README.md: Project's README file
53
+
3.*notebook_python/trcc_posting_notebook.ipynb*: The example Jupyter Notebook application file
54
+
4.*trep_config/rmds_trcc.cnf*: ADH TRCC configurations example file (*not a completed ADH configuration file*)
55
+
5. LICENSE.md: Project's license file
56
+
6. README.md: Project's README file
55
57
56
-
## How to run this example
58
+
## How to run this console example
57
59
58
60
Please be informed that your TREP server (ADS and ADH) should be applied the TRCC configurations and TRCC contribution service should be "Up" before running an example. The TRCC access credentials are required in the connection between ADH server and TRCC server only, not in the application level.
0 commit comments