HN user

acrostoic

2 karma
Posts3
Comments3
View on HN

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.

thanks! Ontocast currently supports openai (subscription) and ollama (self-hosted) APIs.

At current openai pricing for GPT-4.1 mini $0.4/1M tokens we expect the cost of processing of 100 pages of text to be in the range of $0.02-0.08

NB: small models (< 14b) available on ollama struggle with structured output in our experience.