-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Jeremy Barlow edited this page Aug 7, 2018
·
1 revision
See the navigation bar on the right for an overview of the OpenDXL Streaming JavaScript Client Library and examples.
The OpenDXL Streaming JavaScript client library is used to consume records from and produce records to a Data Exchange Layer (DXL) Streaming Service.
The DXL Streaming Service exposes a REST-based API that communicates with a back-end streaming platform (Kafka, Kinesis, etc.). The streaming service performs authentication and authorization and exposes methods to retrieve and produce records.
One concrete example of a DXL Streaming Service is the McAfee Investigator "Events feed".
To start using the OpenDXL Streaming JavaScript client library:
- Download the Latest Release
- Extract the release .zip file
- View the
README.html
file located at the root of the extracted files.- The
README
links to the documentation which includes installation instructions and usage examples. - The SDK documentation is also available on-line here.
- The
OpenDXL Streaming JavaScript Client Library
SDK Classes
Examples