←back to thread

154 points po | 4 comments | | HN request time: 0.457s | source
1. Qem ◴[] No.42194528[source]
It's a bit bothersome they nudge you to install and use aws tools to download the data, instead of providing a plain CSV or JSON downloadable dump instead.
replies(3): >>42196400 #>>42204843 #>>42249372 #
2. simonw ◴[] No.42196400[source]
It's S3 so this works to list the bucket contents:

    curl -s "https://fsq-os-places-us-east-1.s3.amazonaws.com/?list-type=2&prefix=release/dt=2024-11-19/places/parquet/&delimiter=/"
And you can download a file called places-00000.snappy.parquet like this:

    curl -O "https://fsq-os-places-us-east-1.s3.amazonaws.com/release/dt=2024-11-19/places/parquet/places-00000.snappy.parquet"
3. dbbk ◴[] No.42204843[source]
I mean not really, why would you want to direct download a CSV or JSON dump this big
4. morgenkaffee ◴[] No.42249372[source]
I also found it hard to deal with the AWS CLI and Parquet. I built this site so you can download it in CSV and Geopackage.

https://repromptai.com/data/foursquare