@Experimental(SOURCE_SINK)
Package org.apache.beam.sdk.io.mongodb
Transforms for reading and writing from MongoDB.
-
Interface Summary Interface Description MongoDbGridFSIO.Parser<T> Interface for the parser that is used to parse the GridFSDBFile into the appropriate types.MongoDbGridFSIO.ParserCallback<T> Callback for the parser to use to submit data.MongoDbGridFSIO.WriteFn<T> Function that is called to write the data to the give GridFS OutputStream. -
Class Summary Class Description AggregationQuery Builds a MongoDB AggregateIterable object.FindQuery Builds a MongoDB FindQuery object.MongoDbGridFSIO IO to read and write data on MongoDB GridFS.MongoDbGridFSIO.ConnectionConfiguration Encapsulate the MongoDB GridFS connection logic.MongoDbGridFSIO.Read<T> APTransformto read data from MongoDB GridFS.MongoDbGridFSIO.Read.BoundedGridFSSource ABoundedSourcefor MongoDB GridFS.MongoDbGridFSIO.Write<T> APTransformto write data to MongoDB GridFS.MongoDbIO IO to read and write data on MongoDB.MongoDbIO.Read APTransformto read data from MongoDB.MongoDbIO.Write APTransformto write to a MongoDB database.UpdateConfiguration Builds a MongoDB UpdateConfiguration object.UpdateField