MongoDB Palette
A palette groups the activities that connect the same external applications together. The MongoDB palette is added to TIBCO Business Studio after installing TIBCO ActiveMatrix BusinessWorks Plug-in for MongoDB.
- InsertDocument
You can use the InsertDocument activity to insert one or more documents into a collection. You can also use the InsertDocument activity to insert one or more files into a bucket. - QueryDocument
You can use the QueryDocument activity to query one or more documents from a collection. You can also use the QueryDocument activity to query one or more files from a bucket. - UpdateDocument
You can use the UpdateDocument activity to update one or more documents in a collection. - RemoveDocument
You can use the RemoveDocument activity to remove one or more documents from a collection. You can also use the plug-in to remove one or more files from a bucket. - GetMongoDBConnection
You can use the GetMongoDBConnection activity to get a MongoDB Connection instance, which can be used in Java Code activities to perform some operations in MongoDB. - DatabaseCommand
You can use the DatabaseCommand activity to perform commands in a MongoDB database. - MapReduce
You can use the MapReduce activity to perform map-reduce and finalize operations to perform aggregations in a collection by using custom JavaScript functions. - EventListener
You can use the EventListener activity to listen to write operations in a collection, such as inserting or removing documents or files. The EventListener activity is a start activity and it is used for a replica set. - WaitForEvent
You can use the WaitForEvent activity to wait for write operations in a collection. When the WaitForEvent activity is performed, the process instance is suspended and waits for the specified change to occur before resuming. This WaitForEvent activity is a signal-in activity and it is used for a replica set.
Copyright © Cloud Software Group, Inc. All rights reserved.