MongoDB

1. Go to Workflows and click Create Workflow (Before creating a new workflow, you have to create a resource first and then import the resource to a project).

2. In Workflow, drag MongoDB from the right sidebar to the canvas.

3. Configure your MongoDB destination. (Remember to white list Acho's IP address: 35.239.14.244)

  • Host

  • Port

  • Database

  • Schema

  • Username

  • Password

5. Connect the table to your MongoDB database.

6. Choose the replication method and click Save. When you export data to MongoDB, Acho will create a new table in your MongoDB. When your project table is updated, your table in MongoDB will be updated as well. The replication method is to determine how to update your table in MongoDB.

  • Full Refresh: Replace your MongoDB table with the new table.

7. You can set up the Data Sync for your project table. Once your project table is updated, new data will be exported to your database automatically.

Last updated