Move data from MongoDB to OpenSearch

Versions (relevant - OpenSearch/Dashboard/Server OS/Browser):
Opensearch version 2.4.0

Describe the issue:
I want to move data from MongoDB to OpenSearch. How can I do that? Hmmm, I wanna find some ways to faster.

Thanks you.

@thienduong13 probably using Bulk API [1] is the fastest way to migrate data, I am not aware of the ready to use tools to be fair. Thank you.

[1] Bulk - OpenSearch documentation

I see using Transporter to Sync Transformed Data from MongoDB to OpenSearch? Do you think about that? Hmmmm.

Bulk API [1] - How to try it? Give me example.

I see using Transporter to Sync Transformed Data from MongoDB to OpenSearch? Do you think about that? Hmmmm.

You mean GitHub - compose/transporter: Sync data between persistence engines, like ETL only not stodgy? I don’t see OpenSearch listed as supported engine … (elasticsearch may work but not sure).

Bulk API [1] - How to try it? Give me example.

In simplest form Amazon OpenSearch Service, but in general, you need to write the code to fetch from MongoDB and push to OpenSearch, the examples depend on the programming language since there are pre-built clients for many of those.