Skip to content

Commit 99114c0

Browse files
author
Olivier Davant
committed
README updated + Examples added
Main README file and Configuration README file updated. Example folder added
1 parent bc9017a commit 99114c0

File tree

69 files changed

+42773
-30
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+42773
-30
lines changed

.DS_Store

6 KB
Binary file not shown.

Configuration/README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22

33
## Summary
44

5-
These Python tutorials demonstrate how to programmatically access content residing within the **Refinitiv Data Platform (RDP)** using a single, ease of use Library called the **Refinitiv Data Library for Python**. The platform refers to the layer of data services providing both streaming and non-streaming content serving different clients, from the simple desktop interface to the enterprise application.
6-
7-
The **Refinitiv Data Library for Python** is a Refinitiv supported Library and is available on PyPi at https://pypi.org/project/refinitiv-data/
8-
9-
The Refinitiv Data Library for Python is structured as a stack of interfaces and libraries designed to foster the adoption of our platform by both financial coders and professional developers to programmatically access financial content.
10-
11-
Based on this stack of interfaces, the examples defined within this section have been organized into the following folders:
5+
This repository provides a series examples that demonstrate how to programmatically access content residing within the **Refinitiv Data Platform (RDP)** using a single, ease of use software library called the **Refinitiv Data Library for Python**. This library is supported and maintained by Refinitiv and is available on PyPi at https://pypi.org/project/refinitiv-data/
126

137
### **Configuration**
148

Configuration/refinitiv-data.config.json

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,12 @@
1212
}
1313
},
1414
"sessions": {
15-
"default": "desktop.workspace",
15+
"default": "platform.rdp",
1616
"platform": {
1717
"rdp": {
1818
"app-key": "YOUR APP KEY GOES HERE!",
1919
"username": "YOUR RDP LOGIN OR MACHINE GOES HERE!",
2020
"password": "YOUR RDP PASSWORD GOES HERE!"
21-
},
22-
"deployed": {
23-
"app-key": "YOUR APP KEY GOES HERE!",
24-
"realtime-distribution-system": {
25-
"url" : "YOUR DEPLOYED HOST:PORT GOES HERE!",
26-
"dacs" : {
27-
"username" : "YOUR DACS ID GOES HERE!",
28-
"application-id" : 256,
29-
"position" : ""
30-
}
31-
}
3221
}
3322
},
3423
"desktop": {

Examples/.DS_Store

10 KB
Binary file not shown.

0 commit comments

Comments
 (0)