frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Instantly add self-contained services, workers, and libraries in TypeScript

https://github.com/forklaunch/forklaunch-js
1•rohinbharg•24s ago•1 comments

FBI Tries to Unmask Owner of Infamous Archive.is Site

https://www.heise.de/en/news/Archive-today-FBI-Demands-Data-from-Provider-Tucows-11066346.html
1•Projectiboga•44s ago•1 comments

Show HN: SQL_transform_framework – Lightweight SQL framework for data transforms

https://github.com/PrismDrifta/sql_transform_framework
1•PrismDrifta•1m ago•0 comments

Aperture case rethinks digital wellbeing

https://specialprojects.studio/project/aperture/
1•azinman2•1m ago•0 comments

Paykit SDK, One API for Stripe, PayPal, GoPay, Paddle, etc.

https://www.usepaykit.dev/
1•emmanuelodii•1m ago•0 comments

OpenAI probably can't make ends meet. That's where you come in

https://garymarcus.substack.com/p/if-you-thought-the-2008-bank-bailout
1•treadump•1m ago•0 comments

The Power of Limit Thinking

https://press.asimov.com/articles/limit-thinking
1•mailyk•2m ago•0 comments

Understanding police attitudes to fraud and the barriers to prioritisation

https://www.emerald.com/pijpsm/article/doi/10.1108/PIJPSM-02-2025-0024/1298270/Beyond-resources-u...
1•PaulHoule•2m ago•0 comments

The password to gain access to the Louvre is Louvre

https://nypost.com/2025/11/05/world-news/the-louvre-used-mind-blowingly-weak-password-for-core-se...
2•longos•3m ago•1 comments

Creating a Gridogram: Hiding a Sentence in a Compact Grid of Letters

https://www.gridogram.com/blah/creating
1•jap•3m ago•1 comments

Generic MCP for OpenAPI Compatible APIs

https://github.com/matthewhand/mcp-openapi-proxy
1•qrios•3m ago•0 comments

The 40-year economic mistake that let Google conquer (and enshittify) the world

https://pluralistic.net/2025/11/06/vertical-blinds/#invest-dont-acquire
1•treadump•3m ago•0 comments

Cengage to close 3 offices, transition 4k employees to remote work

https://www.boston.com/news/business/2025/11/05/education-technology-company-to-close-boston-head...
1•ilamont•4m ago•0 comments

CodeWeavers Launches CrossOver Preview for Linux ARM64

https://www.codeweavers.com/blog/mjohnson/2025/11/6/twist-our-arm64-heres-the-latest-crossover-pr...
1•systematizeD•4m ago•0 comments

Consensus on Android System Safety Core?

https://old.reddit.com/r/AndroidQuestions/comments/1iol4wd/consensus_on_android_system_safety_core/
1•sipofwater•5m ago•1 comments

IBM PC Invoice

https://brainbaking.com/post/2025/11/the-1994-ibm-pc-invoice/
1•Brajeshwar•5m ago•0 comments

New therapeutic brain implants defy the need for surgery

https://www.media.mit.edu/articles/new-therapeutic-brain-implants-defy-the-need-for-surgery/
2•Brajeshwar•5m ago•0 comments

What Happens to the Weavers? Lessons for AI from the Industrial Revolution

https://knowablemagazine.org/content/article/society/2025/ai-jobs-economy-lessons-from-industrial...
1•Brajeshwar•5m ago•0 comments

OpenAI API > Anthropic API

https://old.reddit.com/r/LLMDevs/comments/1efzikx/openai_api_anthropic_api/
1•behnamoh•6m ago•0 comments

Dark Energy Double-Take: The Universe May Not Be Accelerating After All

https://studyfinds.org/universe-not-accelerating/
1•rrauenza•6m ago•0 comments

Google's proposed Android changes won't save sideloading

https://www.androidauthority.com/android-changes-third-party-app-stores-3613409/
1•MishaalRahman•7m ago•1 comments

Daily Discord Notifications in Three N8n Nodes (No XPath Knowledge Required)

https://ducret.dev/daily-discord-notifications-in-three-n8n-nodes/
1•tducret•8m ago•0 comments

Show HN: Floxtop – Clean up your Mac with private, offline AI file organization

https://floxtop.com
3•bobnarizes•8m ago•0 comments

Apple TV's colorful new branding was built with glass and captured in camera

https://adage.com/creativity/work/aa-apple-tv-mnemonic-visual-branding/
1•davidbarker•9m ago•0 comments

Rare Cars Hidden by Collectors

https://go2tutors.com/rare-cars-hidden-by-collectors/
3•RickJWagner•12m ago•0 comments

Epanet-JS October 2025 Progress Report

https://epanetjs.com/blog/2025/11/06/epanet-js-october-2025-progress-report/
1•lbutler•15m ago•0 comments

The Soothing British Radio Show That Blew My Mind – and Put Me Right to Sleep

https://www.nytimes.com/2025/11/04/magazine/in-our-time-radio-show-falling-asleep.html
1•speckx•18m ago•1 comments

Why Palantir's success will outlast AI exuberance

https://www.economist.com/business/2025/11/05/why-palantirs-success-will-outlast-ai-exuberance
3•bookofjoe•18m ago•1 comments

How a Nix flake made our polyglot stack (and new dev onboarding) fast and sane

https://www.fiveonefour.com/blog/managing-a-polyglot-stack-with-nix-flake
3•Isa-514•19m ago•0 comments

Postgres Is Enough

https://gist.github.com/cpursley/c8fb81fe8a7e5df038158bdfe0f06dbb
2•birdculture•19m ago•0 comments
Open in hackernews

Show HN: GraFlo - Universal ETL tool for property KG (Neo4j, TigerGraph, Arango)

https://github.com/growgraph/graflo
5•acrostoic•1h ago
We built GraFlo after repeatedly writing the same boilerplate code to transform datasets into Neo4j, ArangoDB, and TigerGraph. Every time we had a new dataset (OpenAlex, IBES financial data, Debian packages), we'd write yet another custom ETL script with the same problems: ID generation, type coercion, deduplication, and database-specific quirks.

GraFlo is a declarative framework that handles this once and for all. You define your graph structure in a database-agnostic schema - vertices, edges, properties, and how they map to your source data (CSV, SQL, JSON, XML). GraFlo then generates the ingestion code for your target database. The key insight: while Neo4j, ArangoDB, and TigerGraph are all idiosyncratic, the underlying property graph model is universal. We crystallized that into a single abstraction layer.

What GraFlo handles automatically:

- Consistent ID generation across vertices and edges

- Type coercion (strings to dates, numbers, etc.)

- Vertex and edge deduplication

- Generating database-specific ingestion scripts

It's plug-and-play in the sense that swapping from Neo4j to ArangoDB takes no time — just change the target database type in your config (docker compose examples provided).

We've used it to build knowledge graphs from academic publications, financial datasets, and package dependencies. Instead of maintaining N × M scripts (N datasets, M databases), we maintain N schemas.

On the roadmap: SQL/API integration (e.g., automatically generating GraFlo configs from SQL schemas).

Would love feedback from anyone working with graph databases or building knowledge graphs.

Comments

x0xa•1h ago
Are there any tools for data migration when swapping database engines? Thanks.
acrostoic•1h ago
Not directly - GraFlo is for the ingestion side, not migration. Migration between different property graph DBs isn't trivial (and sometimes not even possible) because they're organized in fundamentally different ways. Some are much more flexible with uniqueness constraints, indexes, or how they handle certain graph patterns.

But the nice thing is: if you have your source data and GraFlo schema, regenerating your graph in a different DB is trivial. GraFlo handles indexes and constraints for each target database. It's like having the recipe instead of trying to reverse-engineer the cake.

syats•11m ago
Cool! These are indeed very common graph-building steps.

Thinking outloud here, but some of these were supposed to be solved with RML (https://rml.io/) for the RDF paradigm. I witnessed a bit of their evolution: it started with similar operations as GraFlo and eventually they built some support for arbitrary java code. For example, say you want your node ID to be generated by concatenating the values of the firstName column and the lastName column, but only after some weird string normalization (think of making sure everything is utf8)... you woundn't want to make your schema-mappings Turing-complete, so you'd eventually have to allow for calling other functions. Any way, all of that was for RDF graphs, it's cool to see something like this for property graphs.