mirror of
https://github.com/minio/minio.git
synced 2025-04-21 11:04:20 -04:00
Doc: change url for Total Population CSV (#8633)
This commit is contained in:
parent
24fb1bf258
commit
db3f41fcb4
@ -62,7 +62,7 @@ for event in r['Payload']:
|
|||||||
## 4. Run the Program
|
## 4. Run the Program
|
||||||
Upload a sample dataset to MinIO using the following commands.
|
Upload a sample dataset to MinIO using the following commands.
|
||||||
```sh
|
```sh
|
||||||
$ curl "https://esa.un.org/unpd/wpp/DVD/Files/1_Indicators%20(Standard)/CSV_FILES/WPP2017_TotalPopulationBySex.csv" > TotalPopulation.csv
|
$ curl "https://population.un.org/wpp/Download/Files/1_Indicators%20(Standard)/CSV_FILES/WPP2019_TotalPopulationBySex.csv" > TotalPopulation.csv
|
||||||
$ mc mb myminio/mycsvbucket
|
$ mc mb myminio/mycsvbucket
|
||||||
$ gzip TotalPopulation.csv
|
$ gzip TotalPopulation.csv
|
||||||
$ mc cp TotalPopulation.csv.gz myminio/mycsvbucket/sampledata/
|
$ mc cp TotalPopulation.csv.gz myminio/mycsvbucket/sampledata/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user