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
+69-21Lines changed: 69 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
The official C++ client library for [Databento](https://databento.com).
7
7
The client supports both streaming live and historical data through similar interfaces.
8
8
9
-
**Please note:** this client currently supports historical data and is under active development as Databento prepares to launch live data.
9
+
**Please note:** this client currently only supports historical data and is under active development as Databento prepares to launch live data.
10
10
11
11
## Usage
12
12
@@ -41,10 +41,52 @@ These examples can be compiled by enabling the cmake option `DATABENTO_ENABLE_EX
41
41
42
42
More detailed examples and the full API documentation can be found on the [Databento doc site](https://docs.databento.com/getting-started).
43
43
44
+
## Integration
45
+
46
+
databento-cpp can be integrated into C++ projects in a couple of different ways.
47
+
48
+
### Embedded
49
+
50
+
The easiest way to integrate databento-cpp into your project is using CMake's [FetchContent](https://cmake.org/cmake/help/latest/module/FetchContent.html).
0 commit comments