Work in progress
This tool helps you to identify which MongoDB queries are supported when using the Oracle Autonomous MongoDB API. This tool generates a report which indicates the percentage of compatibilty. There is an example on this repository.
You need to provide the MongoDB log as an argument.
python3 advisor.py --file mongod.log
You need to enable the logging in the MongoDB by running the following command. It is recommended to run it in non-production environments.
db.setProfilingLevel(0, -1)
The script generates a report in a file called report_advisor.txt