Skip to content

Commit d4af818

Browse files
author
Wasin Waeosri
committed
Merge branch 'notebook_comment'
1. Update README.md file 2. Add comments section in Jupyter Notebook
2 parents 797600c + 1d86f22 commit d4af818

4 files changed

Lines changed: 258 additions & 65 deletions

File tree

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Contributing your data to Thomson Reuters with Elektron WebSocket API
2-
- Last update: June 2019
1+
# Contributing your data to Refinitiv with Elektron WebSocket API
2+
- Last update: July 2019
33
- Environment: Windows and Linux OS
44
- Compiler: Python
55
- Prerequisite: ADS and ADH servers version 3.2.1 and above, TRCC Access Credentials
@@ -37,13 +37,14 @@ This example requires the following dependencies softwares and libraries.
3737
2. [Python](https://www.python.org/) compiler and runtime
3838
3. Python's [requests 2.x](https://pypi.org/project/requests/) library.
3939
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+
5. [Jupyter Notebook](https://jupyter.org/) runtime (for the Notebook example application)
4141
5. TRCC username, password and host list credentials. Please reach out to your Refinitiv sales associate to acquire TRCC access credentials.
4242

4343
*Note:*
4444
- The Python example has been qualified with Python versions 3.6.8.
4545
- Please refer to the [pip installation guide page](https://pip.pypa.io/en/stable/installing/) if your environment does not have the [pip tool](https://pypi.org/project/pip/) installed.
4646
- If your environment already have a websocket-client library installed, you can use ```pip list``` command to verify a library version, then use ```pip install --upgrade websocket-client``` command to upgrade websocket-client library.
47+
- You can install Jupyter Notebook on your local machine and then test the example on the machine. The alternate choice is a free Jupyter Notebook on cloud environment such as [Azure Notebook](https://notebooks.azure.com/) provided by Microsoft. You can find more details from [this tutorial](https://docs.microsoft.com/en-us/azure/notebooks/tutorial-create-run-jupyter-notebook). If you are not familiar with Jupyter Notebook, the following [tutorial](https://www.datacamp.com/community/tutorials/tutorial-jupyter-notebook) created by DataCamp may help.
4748
- It is not advisable to change the ADH configuration, if you are not familiar with the configuration procedures. Please consult your Market Data administrator for any questions regarding ADH-TRCC configuration.
4849

4950
## Application Files
@@ -59,6 +60,10 @@ This example project contains the following files and folders
5960

6061
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.
6162

63+
![Figure-2](images/adh_trcc.png "ADH TRCC Service is ready")
64+
65+
![Figure-3](images/ads_trcc.png "ADS TRCC Service is ready")
66+
6267
1. Unzip or download the example project folder into a directory of your choice.
6368
2. Run ```$> pip install -r requestments.txt``` in a console to install all the dependencies libraries.
6469
3. Then you can run trcc_posting.py application with the following command

images/adh_trcc.png

27 KB
Loading

images/ads_trcc.png

38.9 KB
Loading

0 commit comments

Comments
 (0)