https://github.com/ibmstreams/streamsx.mongodb
(Incubation) This toolkit provides support for MongoDB.
https://github.com/ibmstreams/streamsx.mongodb
ibm-streams mongodb toolkit
Last synced: 12 months ago
JSON representation
(Incubation) This toolkit provides support for MongoDB.
- Host: GitHub
- URL: https://github.com/ibmstreams/streamsx.mongodb
- Owner: IBMStreams
- License: other
- Created: 2014-07-09T21:37:29.000Z (almost 12 years ago)
- Default Branch: develop
- Last Pushed: 2022-05-05T17:50:09.000Z (about 4 years ago)
- Last Synced: 2025-04-09T05:05:51.962Z (about 1 year ago)
- Topics: ibm-streams, mongodb, toolkit
- Language: C++
- Homepage: http://ibmstreams.github.io/streamsx.mongoDB
- Size: 17.2 MB
- Stars: 8
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
streamsx.mongoDB
================
This toolkit provides support for [MongoDB](http://www.mongodb.org).
Web page with SPLDoc for operators and samples: [streamsx.mongoDB SPLDoc](http://ibmstreams.github.io/streamsx.mongoDB).
Support for Streams 4.0 Now Available!
Setup (For Streams 3.2.1 branch only)
-----
The toolkit needs write permissions for SPL developer.
When creating a new build, the following flag should be placed in 'Other' -> 'C++ compiler options': '-fno-strict-aliasing'.
It prevents strict-aliasing warnings from mongodb header files.
To learn more about Streams:
* [IBM Streams on Github](http://ibmstreams.github.io)
* [Introduction to Streams Quick Start Edition](http://ibmstreams.github.io/streamsx.documentation/docs/4.1/qse-intro/)
* [Streams Getting Started Guide](http://ibmstreams.github.io/streamsx.documentation/docs/4.1/qse-getting-started/)
* [StreamsDev](https://developer.ibm.com/streamsdev/)