|
6 | 6 | "source": [ |
7 | 7 | "# Contributing your data to Refinitiv with WebSocket API and Refinitiv Real-Time Distribution System\n", |
8 | 8 | "\n", |
9 | | - "- Last update: December 2020\n", |
| 9 | + "- Last update: March 2021\n", |
10 | 10 | "- Environment: Windows and Linux OS \n", |
11 | 11 | "- Compiler: Python\n", |
12 | 12 | "- Prerequisite: Refinitiv Real-Time Distribution servers version 3.2.1 and above, RCC Access Credentials\n", |
|
23 | 23 | "\n", |
24 | 24 | "## Contribution Setups\n", |
25 | 25 | "\n", |
26 | | - "**Update (As of November 2020)**: The direct Websocket access to Contributions Channel is coming soon. \n", |
| 26 | + "**Update (As of March 2021)**: The direct Websocket access to Contributions Channel Tutorial is available [here](https://developers.refinitiv.com/en/api-catalog/elektron/refinitiv-websocket-api/tutorials#contributing-data-to-refinitiv-contributions-channel). \n", |
27 | 27 | "\n", |
28 | | - "Developers can contributing data to RCC with Real-Time SDK C++/Java (RSSL connection) and WebSocket API (WebSocket connection). This article is focusing on contributing data via Refinitiv Real-Time Distribution System servers (Real-Time Advanced Distribution and Advanced Data Hub servers). The servers will take care of the RCC connection, JSON-OMM conversion, and login process for the application.\n", |
| 28 | + "Developers can contributing data to RCC with Real-Time SDK C++/Java (RSSL connection) and WebSocket API (WebSocket connection). Currently, there are three methods to contribute data to the RCC. \n", |
| 29 | + "\n", |
| 30 | + "1. **Use Refinitiv Real-Time SDKs to directly connect to RCC to contribute data.** To use this method, please refer to the following tutorials:\n", |
| 31 | + " * [ETA C/C++ Consumer - Posting data to Contributions Channel](https://developers.refinitiv.com/en/api-catalog/elektron/elektron-sdk-cc/tutorials#eta-consumer-posting-data-to-contribution-channel)\n", |
| 32 | + " * [EMA C/C++ Consumer - Posting data to Contributions Channel](https://developers.refinitiv.com/en/api-catalog/elektron/elektron-sdk-cc/tutorials#ema-consumer-posting-data-to-contribution-channel)\n", |
| 33 | + " * [ETA Java Consumer - Posting data to Contributions Channel](https://developers.refinitiv.com/en/api-catalog/elektron/elektron-sdk-java/tutorials#eta-tutorial-7-posting-data-to-contributions-channel)\n", |
| 34 | + " * [EMA Java Consumer - Posting data to Contributions Channel](https://developers.refinitiv.com/en/api-catalog/elektron/elektron-sdk-java/tutorials#ema-consumer-posting-data-to-contribution-channel)\n", |
| 35 | + "\n", |
| 36 | + "2. **Use Refinitiv Real-Time SDKs or WebSocket API for contributing data to RCC via Refinitiv Real-Time Distribution System.** To use this method, please refer to the following the [first article](https://developers.refinitiv.com/en/article-catalog/article/contributing-your-data-refinitiv) and continue on *this article*:\n", |
| 37 | + "\n", |
| 38 | + "3. **Use Web Socket API to directly connect to RCC to contribute data.** To use this method, please refer to the following the [Contributing Data to Refinitiv Contributions Channel (RCC) via WebSocket tutorial page](https://developers.refinitiv.com/en/api-catalog/elektron/refinitiv-websocket-api/tutorials#contributing-data-to-refinitiv-contributions-channel). \n", |
| 39 | + "\n", |
| 40 | + "This article is focusing on **the second method** which is contributing data via Refinitiv Real-Time Distribution System servers (Real-Time Advanced Distribution and Advanced Data Hub servers). The servers will take care of the RCC connection, JSON-OMM conversion, and login process for the application.\n", |
29 | 41 | "\n", |
30 | 42 | " \n", |
31 | 43 | "\n", |
|
436 | 448 | "* [Developer Webinar Recording: Introduction to WebSocket API](https://www.youtube.com/watch?v=CDKWMsIQfaw).\n", |
437 | 449 | "* [Contributing Data to Refinitiv Real-Time using the Websocket API article](https://developers.refinitiv.com/en/article-catalog/article/contributing-data-trep-using-websocket-api).\n", |
438 | 450 | "* [Contributing your data to Refinitiv article](https://developers.refinitiv.com/en/article-catalog/article/contributing-your-data-refinitiv).\n", |
439 | | - "<!--* [Refinitiv Elektron: RIC Search](https://developers.refinitiv.com/elektron/websocket-api/dev-tools?type=ric).\n", |
440 | | - "* [Refinitiv Data Model Discovery page](https://refinitiv.fixspec.com/specserver/specs/reuters): Explore TR data models, content definitions and data update behaviors.-->\n", |
| 451 | + "* [Contributing Data to Refinitiv Contributions Channel (RCC) via WebSocket Tutorial](https://developers.refinitiv.com/en/api-catalog/elektron/refinitiv-websocket-api/tutorials#contributing-data-to-refinitiv-contributions-channel).\n", |
441 | 452 | "* [EMA Java Tutorial - Posting data to Contribution Channel](https://developers.refinitiv.com/en/api-catalog/elektron/elektron-sdk-java/tutorials#ema-consumer-posting-data-to-contribution-channel).\n", |
442 | 453 | "* [EMA C++ Tutorial - Posting data to Contribution Channel](https://developers.refinitiv.com/en/api-catalog/elektron/elektron-sdk-cc/tutorials#ema-consumer-posting-data-to-contribution-channel).\n", |
443 | 454 | "\n", |
|
468 | 479 | "name": "python", |
469 | 480 | "nbconvert_exporter": "python", |
470 | 481 | "pygments_lexer": "ipython3", |
471 | | - "version": "3.7.7" |
| 482 | + "version": "3.7.6" |
472 | 483 | } |
473 | 484 | }, |
474 | 485 | "nbformat": 4, |
|
0 commit comments