#parquet — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #parquet, aggregated by home.social.
-
Heard about geoparquet a while ago and today I gave it a try. I discovered that I can create geoparquet files using geopandas.to_parquet() 😎 But I also discovered that gdal from ubuntuGis does not recognize the file type 😢 So I can´t look at the file in Qgis nor do ogrinfo on it.
I'm installing gdal from ubuntugis-unstable. Am I doing something wrong? Or GDAL / Qgis from ubuntuGIS / debianGIS does not support parquet?
-
I've made a new release for the PHP DuckDB PDO driver:
- Update to DuckDB 1.5.5
- Support for PHP 8.6
- Support for TrueAsync and Quack protocol
- More examples in the readme:
- ascii chart rendering with SQL
- LLM integration
- fetch public data
- direct data copy from MySQL/MariaDBBinary releases are available on GitHub and can be installed or updated with PIE:
pie install thomas-0816/pdo-duckdb-php
-
Spent the past couple of nights working up a #Golang utility to read the central XML file (exports.xml) from an #AppleHealth export and convert the <Record/> elements to #Parquet.
Finally got that working tonight and was able to load the Parquet file into #DuckDB to begin doing some querying.
-
Paging Through a Parquet File in DuckDB: File_row_number or Offset?
https://rusty.today/blog/paging-parquet-duckdb-file-row-number-vs-offset/
Comments: https://news.ycombinator.com/item?id=49111006
#HackerNews #DuckDB #Parquet #Paging #FileRowNumber #Offset #DataProcessing
-
The "Awesome Parquet" list keeps growing.
https://github.com/severo/awesome-parquet
The newest projects:
1. GeoParquet Viewer 🗺️: A table and map viewer for GeoParquet files in the browser, by @mmohr.
2. Hardwood ☕: A minimal dependency Java implementation of Apache Parquet, by @gunnarmorling.
3. LakeQL 🚣: Pure JavaScript duck-compatible SQL query engine for Parquet and Iceberg data in object storage.
https://github.com/earonesty/lakeql
🧵
-
Do you use Adminer? It's the best PHP database management, since PHPMyAdmin has enshittified.
But there has not been DuckDB / Parquet support, so here you go:
https://ambience.sk/adminer-support-for-duckdb-and-parquet-database-files/Both work in read-only mode and require external dependencies, but they work with Adminer!
#adminer #php #db #database #duckdb #parquet #management #dbm
-
#til about #GeoParquet files naming:
It is RECOMMENDED to use .parquet as the file extension for a GeoParquet file. This provides the best interoperability with existing Parquet tools. The file extension .geoparquet SHOULD NOT be used
-
Postgres data stored in Parquet on S3: LTAP architecture explained
https://www.databricks.com/blog/lakebase-ltap-rethinking-database-storage
#HackerNews #Postgres #Parquet #S3 #LTAP #architecture #dataengineering
-
#LabPlot (upcoming release) just got even more powerful.
The latest merge request introduces native support for importing data from the following file formats:
👉 #Apache #Parquet
👉 #Apache #ORC
👉 #Arrow #IPC (#Feather)—three of the most efficient and widely used columnar storage formats in data science.
#DataScience #OpenSource #FOSS #FLOSS #KDE #DataViz #BigData #Data #DataAnalysis #Python #R #OpenData #HackerNews #TechNews #OpenData #Science #Research #Analytics #Tech #IT
-
Parquet file format. Talk by Boudewijn Braams on Spark+AI Summit Europe 2019
-
BFM: Dominique de #Villepin visé par une enquête du #parquet #financier concernant des #statuettes #reçues en #cadeau lorsqu'il était au #Quai d' #Orsay
Le #mec, il reçoit un cadeau de 125000€ en nature et il ne se dit pas qu'il va y avoir un #problème #éthique et #moral, voire #juridique...
-
When does #Iceberg beat #Parquet+projection on #AWSGlue, and when doesn't ?
An end-to-end #ETL PoC on #AWS to find out: producer, #Kinesis, two #Firehose paths, two #Glue jobs, #Athena.
🔮 Spoiler: how the data is read is the key to the choice.
In the article: every choice with its why, plus a few gems from some Glue experience 😄
-
Гайд: Как работать с форматом PARQUET
В прошлом году мы начали публиковать данные в каталоге «Если быть точным» в формате Parquet . Его придумали инженеры Twitter и Cloudera в 2013 году, и сегодня он стал стандартом хранения аналитических данных — его используют Google, Amazon, Netflix и большинство современных data-платформ. В этом гайде мы расскажем, как эффективно работать с данными в формате Parquet с помощью Python.
-
🐒 Ah, yes, the holy grail of nerd bragging rights: a 47M+ item #archive of Hacker News, now in the culinary delight format of #Parquet for all your "data chef" needs. 🍽️ Updated every 5 minutes, because clearly, what's more riveting than a play-by-play of techie's daily musings? Oh wait, I forgot—🥱 anything else.
https://huggingface.co/datasets/open-index/hacker-news #HackerNews #DataChef #TechieBraggingRights #DailyUpdates #HackerNews #ngated -
Hacker News archive (47M+ items, 11.6GB) as Parquet, updated every 5m
https://huggingface.co/datasets/open-index/hacker-news
#HackerNews #HackerNews #Archive #Parquet #Data #47MItems #UpdatedEvery5m
-
Ho provato a riversare un dump #Wikidata in #Parquet e ad interrogarlo con #DuckDB: ci mette meno di un'ora ad estrapolare tutte le 19.939.182 entità che rappresentano persone, incluse le sottoclassi di wdt:Q5.
Decisamente meglio del mio deserializzatore implementato in Go, che per fare la stessa cosa ci mette quasi 8 ore.