HackerTrans
TopNewTrendsCommentsPastAskShowJobs

brady_bastian

no profile record

Submissions

[untitled]

1 points·by brady_bastian·mês passado·0 comments

[untitled]

1 points·by brady_bastian·há 2 meses·0 comments

[untitled]

1 points·by brady_bastian·há 2 meses·0 comments

[untitled]

1 points·by brady_bastian·há 2 meses·0 comments

Show HN: Open-Source FHIR –> OMOP Pipeline

forge.foxtrotcommunications.net
2 points·by brady_bastian·há 2 meses·0 comments

Show HN: Forge-Core released on GitHub, Parse JSON in your data warehouse

github.com
1 points·by brady_bastian·há 3 meses·0 comments

[untitled]

1 points·by brady_bastian·há 4 meses·0 comments

Show HN: Avalon - Synthetic FHIR R4 patient data as OMOP CDM 5.4 views

github.com
1 points·by brady_bastian·há 4 meses·0 comments

Show HN: Synthea Fhir Data in BigQuery

2 points·by brady_bastian·há 4 meses·0 comments

Show HN: Forge, the NoSQL to SQL Compiler

4 points·by brady_bastian·há 4 meses·1 comments

Forge – Automate 3NF Schema Generation from Nested JSON in BigQuery/Snowflake

1 points·by brady_bastian·há 5 meses·1 comments

Forge – Transform nested JSON into governed dbt models for BQ/Snowflake

forge.foxtrotcommunications.net
1 points·by brady_bastian·há 5 meses·1 comments

comments

brady_bastian
·há 3 meses·discuss
how does this compare to something like google secrets manager?
brady_bastian
·há 3 meses·discuss
the price of shitty software is
brady_bastian
·há 4 meses·discuss
Completely automating the difficult problem of json parsing and normalization in cloud data warehouses. https://forge.foxtrotcommunications.net/

Today engineers spend dozens of hours agonizing over how to unlock the vast analytical possibilities of JSON data in their warehouse. The internet is littered with half solutions and broken promises. Today, we have solved this problem.
brady_bastian
·há 5 meses·discuss
[dead]
brady_bastian
·há 5 meses·discuss
Hi HN, I’m Brady. I’ve spent years watching data engineers burn out writing brittle parsers for nested JSON, only to have dashboards crash because an upstream API changed a field name.

I built Forge to solve this. It’s an autonomous data infrastructure platform that ingests raw, nested JSON and automatically generates production-ready dbt models.

The Problem Traditional ETL tools (Fivetran/Stitch) often dump raw JSON into a VARIANT or string column, leaving you to write complex parsing logic manually. This is expensive to query and hard to govern. If the schema changes, your SQL breaks.

What Forge Does Forge parses your JSON and compiles it into optimized, native tables for BigQuery, Snowflake, Databricks, and Redshift.

Deep Unnesting: It flattens arrays and objects 5+ levels deep into relational tables with proper keys. AI Classification (Excalibur): We use a Graph Neural Network (GraphSAGE) to classify data patterns (e.g., identifying "customer" vs. "inventory" data) without the data leaving your environment.

Auto-Governance (Pridwen): It detects PII and automatically applies hashing or masking policies based on the classification.

Multi-Warehouse Support: One JSON source generates native SQL for all supported warehouses simultaneously.

How it works Under the hood, Forge generates a full dbt project. You get the exact SQL code it generates, complete with lineage and documentation. We focused heavily on transparency—no black boxes.

Where we're going We are currently working on Llamrei (Q2 2026), which will handle schema evolution by automatically normalizing legacy API versions into "golden schemas" to prevent breaking changes.

We have a free tier (no credit card required) that lets you run full jobs to test the output.

I’d love to hear your feedback on the generated SQL structure and our approach to using GNNs for schema inference.