I am implementing Microservices in Flask application.
Service A runs on MySQL and Service B runs on MongoDB using pymongo.
The ID from Service B is linked as an Integer field in MySQL.
Is it possible to make MongoDB generate '_id' as a sequence of just numbers instead of alphanumeric characters or should I go about changing the schema of MySQL ?