MongoDB Import
Try for free
No credit card required
View all Actors
MongoDB Import
drobnikj/mongodb-import
Try for free
No credit card required
Act import objects to specific mongodb collection. You can pass list of plain objects or Apify key-value store as input. For info see readme bellow.
MongoDB Import Actor
This Actor imports data from an Apify dataset into a specified MongoDB collection. It allows you to take scraped or processed data stored in a dataset and transfer it directly into your MongoDB database. The Actor also supports the identification of unique keys to either update existing documents or insert new ones.
Features
- Imports data from an Apify dataset into a MongoDB collection.
- Supports identification of unique keys to update existing documents if found.
- Allows flexible MongoDB connection through the provided MongoDB URI.
- Automatically handles connection and insertion into MongoDB.
- Customize the collection name and dataset source.
How It Works
- Dataset Input: The Actor fetches data from the Apify dataset specified by the
datasetId
parameter. - MongoDB Connection: Using the provided MongoDB connection string, the Actor connects to the specified MongoDB database.
- Data Import: The Actor imports the data into the collection specified by the
collection
parameter. If unique keys are provided, it will try to update existing documents with matching unique keys, otherwise it will insert new records.
Developer
Maintained by Community
Actor metrics
- 1 monthly user
- 4 stars
- Created in Dec 2017
- Modified about 1 month ago
Categories