mongodb / mongo-jdbc-driver

JDBC Driver for MongoDB Atlas SQL interface
Apache License 2.0
37 stars 33 forks source link

SQL-566: Create script that starts local mongod and local ADL #63

Closed bucaojit closed 2 years ago

bucaojit commented 2 years ago

JIRA: https://jira.mongodb.org/browse/SQL-566

Based on initial commit by @mattChiaravalloti here: https://github.com/mongodb/mongo-jdbc-driver/pull/61/commits/a77c42a837bc50d78af575b529a6c182ba93d69c

Script will install and run mongod if not already running on port 28017. If ADL isn't running, it will download latest version of golang, mongohouse repo, and start ADL.

Tested on supported platforms: macos, ubuntu1804, rhel7 No support added for windows