techhub.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A hub primarily for passionate technologists, but everyone is welcome

Administered by:

Server stats:

4.7K
active users

#neo4j

1 post1 participant0 posts today

I really like the latest feature of the #Neo4j #JDBC driver: client side Cypher backed views.

We will load view definitions written in Cypher into the driver, present them in the #database #metadata, all tooling can query them via SQL and under the hood, they will execute as Cypher including predicate pushdown inside the Neo4j #dbms.

github.com/neo4j/neo4j-jdbc/re

What's Changed
This is a feature release, introducing "Cypher-backed views" . Cypher-backed views will help you teaching your tools all the capabilities of Cypher without those tools leaving the re...
GitHubRelease 6.5.0 · neo4j/neo4j-jdbcWhat's Changed This is a feature release, introducing "Cypher-backed views" . Cypher-backed views will help you teaching your tools all the capabilities of Cypher without those tools leaving the re...

All about the Model Context Protocol (MCP) in the realm of graph databases and analytics. Enhancing data relationships and queries within the Neo4j ecosystem by understanding MCP, you can optimize data retrieval processes and improve the efficiency of complex network analyses. Delving into MCP offers insights into how contextual data can be effectively harnessed to drive more informed decision-making and innovative solutions. #GraphDatabase #DataAnalytics #Neo4j
neo4j.com/blog/developer/model

Awhile back, I created a web app to find concerts pof bands featured on #BagelRadio . I found it amazingly useful. I am not thinking that I would love to have something like this for other concerts.

I am thinking of creating a general-purpose database for events and different views of the data for different interests. One that comes to mind is artists featured here on Six Degrees of Ohio.

This would also allow me to play with a #GraphDatabase like #Neo4J while i am at it.