IBMStreams / administration

Umbrella project for the IBMStreams organization. This project will be used for the management of the individual projects within the IBMStreams organization.
Other
19 stars 10 forks source link

MongoDB toolkit #48

Closed leongor closed 10 years ago

leongor commented 10 years ago

The toolkit adds support for MongoDB database. It was created to fulfil a customer request to have an ability to insert a data from Streams to MongoDB. For now only Insert operator is implemented. The toolkit is written in C++ and compiled with the latest MongoDB compat26 (stable) driver. Like MongoDB the operator is schemaless (no XML config needed) and supports any nested tuple or map - the corresponding code is generated in a build time. Documentation and samples will be added soon. As the next step I plan to add Query operator. COO is complete, so the toolkit can be published on IBMStreams.

petenicholls commented 10 years ago

+1 for this.

chanskw commented 10 years ago

+1 for this!

ddebrunner commented 10 years ago

+1

hildrum commented 10 years ago

+1 (very cool).

petenicholls commented 10 years ago

Creating streamsx.mongoDB.

petenicholls commented 10 years ago

Closing, repository is created. streamsx.,mongoDB

hildrum commented 10 years ago

To clarify, even though the name of the repository contains caps, the the namespace of this toolkit will be com.ibm.streamsx.mongodb (no caps), right, as that's the convention?

leongor commented 10 years ago

Yes, of course.-- Sent from my HP TouchPadOn Jul 13, 2014 2:53, hildrum notifications@github.com wrote: To clarify, even though the name of the repository contains caps, the the namespace of this toolkit will be com.ibm.streamsx.mongodb (no caps), right, as that's the convention?

—Reply to this email directly or view it on GitHub.

leongor commented 10 years ago

I've uplodaded a MongoDB toolkit including Insert operator and a sample application. Now working on Query operator.

hildrum commented 10 years ago

Hi @leongor -- could you open in an issue in the MongoDB toolkit, and describe what you're planning for the insert operator in case anyone has any comments?