Bookmarks tagged json

21 Jan 2024 www.postgresql.org
"9.16. JSON Functions and Operators # 9.16.1. Processing and Creating JSON Data 9.16.2. The SQL/JSON Path Language This section describes: functions …"
21 Jan 2024 web.archive.org
"In part 2 of our ongoing series on exploring data, we use dbt
and PostgreSQL to extract meaningful fields from our semi-structured JSON data blobs. "
#dbt + #json
21 Jan 2024 github.com
"Sample data and SQL for "Analyzing JSON data with SQL" using DuckDB - GitHub - reverentgeek/duckdb-json-tutorial: Sample data and SQL for "Analyzing JSON data with SQL" using Du..."
#duckdb + #json
21 Jan 2024 adpgtech.blogspot.com
"Say you have a file that consists of one JSON document per line. How can you import it into a table easily? This is a problem I was called o..."
21 Jan 2024 stackoverflow.com
"I would like to import json data into postgres. The data I have is of the orders of a million rows, sizes are a minimum of 700 MB and stretches till 3 GB.
Here's a sample data I created based on the "
21 Jan 2024 stackoverflow.com
"For example I have a file customers.json which is an array of objects (strictly formed) and it's pretty plain (without nested objects) like this (what is important: it's already include ids):
[ ..."
21 Jan 2024 stackoverflow.com
"I am trying to see how to flatten the jsonb column titled "additionalFields" below. I can query the table with
SELECT "id","additionalFields" AS "additionalFields..."
21 Jan 2024 github.com
"Hi, I have a nested json structure that I want to flatten in duckdb by selecting one or more objects at each level based on their properties to walk down the hierarchy, and then returning a propert..."
#duckdb + #json
21 Jan 2024 duckdb.org
"DuckDB is an in-process database management system focused on analytical query processing. It is designed to be easy to install and easy to use. DuckDB has no external dependencies. DuckDB has bindings for C/C++, Python and R."
#duckdb + #json