Skip to content

javidel/mongodb-compatibility-advisor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MongoDB compatibility advisor for Autonomous MongoDB API

Work in progress

Introduction

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.

How to use it

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages