#neo4j — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #neo4j, aggregated by home.social.
-
I did have quite a fantastic long weekend in Berlin but also kinda was looking forward to work.
I did forget that I added one additional day off for chores and stuff.
It seems that I do still like working at #Neo4j a lot with colleagues like @meistermeier and @mesirii
-
Release of OntoWeaver 1.9.0 : https://github.com/oncodash/ontoweaver/releases/tag/v1.9.0
Now with the (long awaited) `compose` transformer!
OntoWeaver is a tool to convert tables and documents into Semantic Knowledge Graphs, with a simple declaration of the desired mapping, and a lot of output formats.
-
Жители Валдории живут 147 лет, а страна граничит с Германией и Японией одновременно. Исследование MiroFish. Часть 2
Вторая статья из трёх об исследовании MiroFish, открытого стека мультиагентной симуляции общества. В первой части изложены методология исследования и находка Silent Failure. В этой части: досье вымышленной страны с восемью классами заложенного абсурда, четыре байт-идентичных прогона с разными результатами и пре-регистрированный эксперимент, который локализовал причину.
https://habr.com/ru/articles/1067384/
#MiroFish #GraphRAG #Neo4j #LLM #галлюцинации #аудит #воспроизводимость #мультиагентные_системы
-
Что будет если загрузить в «симулятор общества» чистый lorem ipsum? Большое исследование MiroFish, часть 1
Первая статья из трёх об исследовании MiroFish, открытого стека мультиагентной симуляции общества. В этой части: стек, методология и находка Silent Failure. Бэкенд зафиксировал отказ за десятки миллисекунд, статусный API отдал задачу как выполненную, а индикатор прогресса не отвечал более часа.
https://habr.com/ru/articles/1066548/
#MiroFish #GraphRAG #LLM #Neo4j #аудит #воспроизводимость #тестирование #мультиагентные_системы
-
Hours before going for vacation it occurred to me, that my work on #Neo4j #VirtualGraph has been nothing but a continuation of what I am doing now for way over a decade: Enjoying myself a bit of #query languages AND #ObjectMapping
Neo4j Virtual Graph might be the last #ORM you ever need: It maps your relational data not into a somewhat boring object graph, but a property graph that can be queried in not all, but a lot of great ways that only #Cypher lets you.
-
I am somewhat proud about what we build… And the interest in #Graph on top #relational databases is big.
They did not get the #SQL out of me and now I can have it both ways with #Cypher :)
Hope my #Devoxx talk gets accepted for that topic.
https://neo4j.com/blog/auradb/neo4j-virtual-graph-is-now-in-public-preview/
-
[Перевод] Запросы к графам свойств SQL/PGQ в PostgreSQL 19
PostgreSQL 19 добавляет SQL/PGQ (Property Graph Queries, запросы к графам свойств) на основе стандарта SQL:2023. Графовые структуры можно определить поверх уже существующих реляционных таблиц и запрашивать их синтаксисом сопоставления с образцом. Не нужны новый движок хранения, расширения или миграция данных.
https://habr.com/ru/articles/1059810/
#PostgreSQL_19 #графы_свойств #графовые_запросы #GRAPH_TABLE #MATCH #реляционные_таблицы #PostgreSQL #рекурсивные_CTE #Neo4j #sqlpgq
-
My #neo4j t-shirt arrived! I know what I am wearing tomorrow :AmiyaRaveR:
-
ArcadeDB 26.7.2 ships certified Bolt compatibility: 39 scenarios, all 5 official Neo4j drivers, 14 pinned versions, run nightly, published as a live matrix. Including the cells that aren't green.
arcadedb.com/blog/bolt-dr...
#GraphDatabase #Neo4j #Bolt #OpenSource
Certified, Not Claimed: Arcade... -
busy at the #Neo4j booth at #WeAreDevlopers, so not much time to attend sessions. But @myfear speaking next to us, I had to join.
-
On the way to #WeAreDevelopers Berlin. It will be exhausting 2 days for an introvert, but I 'm looking forward to it. I will be at the #Neo4j place most of the time.
-
Как подключить таск-трекер к кодовой базе через RAG и не сойти с ума от стоимости токенов
Главная проблема работы с LLM в реальном проекте — не качество модели, а контекст. Рассказываю, как с помощью RAG-индекса репозитория (векторы + граф вызовов) и плагина для Claude Code автоматически собирать правильный контекст по задаче из трекера — без ручного сбора и лишних токенов.
https://habr.com/ru/articles/1053222/
#RAG #LLM #Claude_Code #тасктрекер #векторный_поиск #Neo4j #MCP #граф_кода
-
18th June release of the TRAK00001 Architecture Viewpoints spec. that defines architecture view and unambiguously specifies allowed view content. https://sourceforge.net/projects/trakviewpoints/files/TRAK_ArchitectureViewpoints.pdf. Also represented in HTML at https://trakviewpoints.sourceforge.io/viewpoint_concerns.html.
Graph describes changes and conforms to non-TRAK Model Change & Configuration Viewpoint at https://www.researchgate.net/publication/335176248_Architecture_Description_Viewpoints_Metamodel_Description_Implementation_and_Model_Changes
-
Datadog is hiring Senior Software Engineer - REDAPL Graph Engine
🔧 #neo4j #seniorengineer
🌎 Lisbon, Portugal
⏰ Full-time
🏢 DatadogJob details https://jobsfordevelopers.com/jobs/senior-software-engineer-redapl-graph-engine-at-datadoghq-com-may-27-2026-4162d5?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring -
Someone went wild with our new #VirtualGraph feature #Neo4j and several other stores
-
NEW: sulpher
sulpher v0.2.0 is out — a Cypher graph query language parser written in Go.
This release completes openCypher 9 coverage and adds several Neo4j 5+ idioms:
✓ CALL {} subquery blocks (with variable scope clause and IN TRANSACTIONS)
✓ COUNT {} / COLLECT {} subquery expressions
✓ Label boolean expressions: (n:Person&Employee), (n:!Bot)
✓ LOAD CSV, pattern comprehensions, reduce(), quantified paths {n,m}
✓ Hex/octal literals, || GQL string concatenation
✓ 45-file corpus, 269 queries, 100% pass rateCompatibility: openCypher 9 100% · Neo4j 5 ~85% · Neo4j 25 ~65%
https://github.com/ha1tch/sulpher
#Go #Golang #Neo4j #Cypher #GraphDatabase #OpenSource #Parser #FOSS #Sulpher
-
#Palantir ohne Blackbox: #Neo4j kündigt offene Alternative an | Developer https://www.heise.de/news/Palantir-ohne-Blackbox-Neo4j-kuendigt-offene-Alternative-an-11317084.html #Datenschutz #privacy #surveillance #Überwachung #OpenSource #ArtificialIntelligence #AI #Hume #GraphAware
-
#Cypher meets #relational databases… Say hello to #Virtual #Graphs by #Neo4j
-
Did I have a bit of fun here, turning SQL to Cypher to SQL ad-infinitum? Might be.
-
Benchmarking SurrealDB 3.x vs. Postgres, Mongo, Neo4j and Redis (With Fsync)
https://surrealdb.com/blog/surrealdb-3-x-by-the-numbers
#HackerNews #Benchmarking #SurrealDB #SurrealDB3 #Postgres #Mongo #Neo4j #Redis #Fsync
-
For #Neo4j #VirtualGraph we made massive use of #JDBC. A technology that is older than many colleagues.
“How old are you again?”–“From your perspective about 346 years.” 😅
-
Virtual graphs sourced from relational databases: this is what a great team and I have been occupied with at #Neo4j the last months. For me, it’s kind of full circle: #SQL, #Cypher and now SQL again behind the scenes. Somewhat a journey over a decade for me and still a topic near and dear to my heart.
-
2026-05-16 release of TRAK metamodel. Changes - https://sourceforge.net/projects/trakmetamodel/files/#user-content-15th-may-2026
Graph shows graph describing the changes made. Held in Neo4J graph database as part of the model of TRAK https://trakmetamodel.sourceforge.io
#trak #opensource #architectureframework #neo4j #graph #knowledgegraph #enterprisearchitecture
-
-
Two wonderful post about #Cypher, the #Neo4j #query language
https://systay.github.io/posts/2026-04-30-i-just-wanted-a-query-planner/ by @systay
and
https://www.thobe.org/work/cypher/ by Tobias Lindaaker
-
Bees is hiring AI Engineer | BEES Personalization
🔧 #python #azure #neo4j #terraform
🌎 Campinas, São Paulo
⏰ Full-time
🏢 BeesJob details https://jobsfordevelopers.com/jobs/ai-engineer-bees-personalization-at-bees-com-jan-19-2026-6503f2?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring -
Как мы строили MVP data lineage системы в ЮMoney
Привет, меня зовут Юля, я дата-инженер в департаменте аналитических решений ЮMoney. Мы разрабатываем и поддерживаем ETL(ELT)-процессы загрузки данных для BI-продуктов компании: отчётов, дашбордов, витрин, API и других. В этой статье поделюсь, как мы разрабатывали MVP для построения data lineage системы и к каким выводам пришли, — так вы сможете адаптировать подход под свои процессы. Проблема, которая привела нас к разработке MVP, заключается в том, что в начале работы над большинством задач требуется подготовительная аналитика: восстановить путь происхождения данных, чтобы понимать, какие ETL(ELT)-процессы будут затронуты и на что повлияют изменения. Это увеличивает время выполнения задачи. Но, что ещё существеннее, процесс достаточно рутинный: каждый раз необходимо проводить статический анализ кода и изучать документацию (при её наличии). Мы решили автоматизировать эту работу, чтобы иметь под рукой инструмент для построения пути данных по точкам их обработки и применения, — то есть создать data lineage систему.
https://habr.com/ru/companies/yoomoney/articles/1027068/
#data_lineage #etl #elt #dwh #neo4j #kafka #cypher #data_governance #mvp #метаданные
-
Impact.com is hiring Senior Data Scientist, Product Data
🔧 #python #cicd #elasticsearch #gcp #neo4j #seniorengineer
🌎 Cape Town, South Africa
⏰ Full-time
🏢 Impact.comJob details https://jobsfordevelopers.com/jobs/senior-data-scientist-product-data-at-impact-com-feb-13-2026-bfb995?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring -
The other fun project of the weekend was another kind of beast:
I wanted to be able to listen system output from specific RPG programs running on our AS400
The idea was the following:
could I generate a graph from dependencies used when X or Y RPG routine run?
I wanted to be able to map physical programs from libraries and other dependencies.
so I went the Java path since its the main language we use to interface with AS400 routines.
Then I used Neo4J to graph the output of the Java ibmi listening server.
I’m probably going to write a long form about this since it was really interesting to vibe code.
At some point I had to query the RPG routine themselves to be able to find key dependencies my main RPG routines were using.
so I basically created an API endpoint that I can query with specific program names to then find their dependencies and again graph the results to Neo4J
I still have to fine-tune the codebase before I publish this publicly but I’m pretty happy about the results