https://github.com/zokeber/argentina-json
Localities in the Argentina provinces in format JSON for MongoDB and RethinkDB
https://github.com/zokeber/argentina-json
Last synced: 11 months ago
JSON representation
Localities in the Argentina provinces in format JSON for MongoDB and RethinkDB
- Host: GitHub
- URL: https://github.com/zokeber/argentina-json
- Owner: zokeber
- Created: 2015-04-04T17:22:07.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-03-13T02:44:02.000Z (over 9 years ago)
- Last Synced: 2025-04-07T16:54:13.000Z (about 1 year ago)
- Size: 15.6 KB
- Stars: 15
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Argentina-JSON
## Localities in the Argentina provinces in format JSON for MongoDB and RethinkDB.
### MongoDB:
To import into MongoDB, use:
```bash
mongoimport --jsonArray --db database --collection collection --type json --file argentina.json
```
### RethinkDB:
To import into RethinkDB, use:
```bash
rethinkdb import -f argentina.json --table argentina.provinces
```
### Reference:
1. Wikipedia: [Provincias de Argentina](http://es.wikipedia.org/wiki/Provincias_de_Argentina)
2. Wikipedia: [Divisiones territoriales de segundo orden de la Argentina](http://es.wikipedia.org/wiki/Anexo:Divisiones_territoriales_de_segundo_orden_de_la_Argentina)
3. Wikipedia: [List of cities in Argentina](http://en.wikipedia.org/wiki/List_of_cities_in_Argentina)
### Revisions:
* 04 April 2015
### License:
[MIT](http://rem.mit-license.org)