MongoSQL - BS (Bridge Server) - Bridge MongoDB and SQL Command Interfave (Imitate MySQL MariaDB Server with SQL)
Our goal: To combine the familiar MySQL system with SQL queries with an ultra-fast, flexible and efficient No-SQL MongoDB database. Combine the two technologies to produce an ultra fast SQL-like database.
We have a MongoDB server and a client that works with MySQL-type databases. Mongosql simulates the operation of a MySQL server with identical responses to queries with support for SQL commands, but it already works directly with the MongoDB Database.
Mongosql is a bridge between MongoDB and the MySQL client
Right now - NOTHING! My goal - Simulate mysql server (MySQL 5.7 MariaDB 10.3.25) packets. Second goal - Write SQL Processor with basic SQL commands support (SELECT, INSERT, UPDATE, CREATE, ALTER TABLE)
Packet stage: