Buddy Makes Developers Happier
You use lots of tools to get web & app development done. Buddy creates more time in your day by helping you automate those tools.
This service attaches MongoDB to an action from the Build, Build Tools & Task Runners, Static Site Generators category. MongoDB is a community-developed open-source NoSQL document-oriented database program that uses JSON-like documents with database schema.
The MongoDB service runs as a separate container but in the same network as the action to which is attached. This includes other services attached to the action. Buddy runs main action commands only once the service is fully initialized. There is no need to check MongoDB availability on your own. The service is terminated once the action is completed. The service is cacheable it means data generated and stored by the service can be set persistent between action executions.
How to connect to the service from the action, example:
mongo --host=mongo:27017 script.js
"mongodb" is a default hostname for the service (settable in the service options)
Buddy allows you to instantly connect MongoDB with 32 actions to automate your development and build better apps faster.