dr5hn / countries-states-cities-database

🌍 Discover our global repository of countries, states, and cities! 🏙️ Get comprehensive data in JSON, SQL, PSQL, XML, YAML, and CSV formats. Access ISO2, ISO3 codes, country code, capital, native language, timezones (for countries), and more. #countries #states #cities
https://dr5hn.github.io/countries-states-cities-database/
Open Data Commons Open Database License v1.0
7.28k stars 2.54k forks source link

Added support for mongodb #725

Closed mliuchengyu closed 2 months ago

mliuchengyu commented 10 months ago

mongorestore

mongorestore "localhost" -u root -p you_passworld --db you_databases mongodb

dr5hn commented 10 months ago

@mliuchengyu Thanks for the PR!

But may i know how did you imported existing JSON files to mongodb?

Have you got commands or script for that as well?