campen commented on issue #2237: URL: https://github.com/apache/hop/issues/2237#issuecomment-1511867859
MongoDB Input/output samples [mongodb.zip](https://github.com/apache/hop/files/11254191/mongodb.zip) Also I used this docker-compose file to spin up a mongo container: version: '3.1' services: mongo: image: mongo:latest ports: - 27017:27017 environment: MONGO_INITDB_ROOT_USERNAME: root MONGO_INITDB_ROOT_PASSWORD: password -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
