InfoQ Homepage Graph Database Content on InfoQ
-
Spanner Graph: Google Introduces Graph Database on Spanner
At the recent Cloud Next conference in Tokyo, Google announced Spanner Graph, a managed feature that integrates graph, relational, search, and AI capabilities within Spanner. This new database supports a graph query interface compatible with ISO GQL (Graph Query Language) standards while avoiding the need for a standalone graph database.
-
QCon London: Meta Used Monolithic Architecture to Ship Threads in Only Five Months
Zahan Malkani talked during QCon London 2024 about Meta’s journey from identifying the opportunity in the market to shipping the Threads application only five months later. The company leveraged Instagram's existing monolithic architecture and quickly iterated to create a new text-first microblogging service in record time.
-
LinkedIn’s LIquid Graph Database: Scaling Real-Time Data Access for 930+ Million Members
LinkedIn recently published how LIquid, its graph database, automates the indexing and real-time access of all connections to members, schools, skills, companies, positions, jobs, events, etc. This knowledge graph, known as the Economic Graph, has 270 billion edges and growing, currently handling a workload of 2 million queries per second.
-
Neo4j 5 Graph Database Supports Automated Scaling and Deployment Interoperability
Graph NoSQL database Neo4j version 5 supports query language and performance improvements, automated scale-up and scale-out capabilities, and cross-platform deployment interoperability. Neo4j team announced last week the general availability (GA) of latest product release of the graph database.
-
Amazon Neptune Now Supports Serverless Deployment Option
Recently AWS announced the general availability (GA) of a new deployment option for Amazon Neptune, providing automatic scaling capacity based on the application’s needs. The deployment option is called Amazon Neptune Serverless.
-
Migrating Neo4j Graph Schemas with Neo4j Migrations
Neo4j Labs has released Neo4j Migrations, a database migration and refactoring tool that offers version control for relational databases. Inspired by FlywayDB, the tool supports migrations based on Cypher statements or Java. Triggering the migrations is possible via the CLI, Maven plugin, or a Spring Boot starter.
-
Facebook Open-Sources PyTorch-BigGraph Embedding Framework
Facebook AI Research is open-sourcing PyTorch-BigGraph, a distributed system that can learn embeddings for graphs with billions of nodes.
-
Xiaoya Wei on Airbnb's Knowledge Graph
Airbnb's knowledge graph encodes information about their inventory and the world in a graph structure. This structure is based on a hierarchical taxonomy. InfoQ caught up with Xiaoya Wei, software engineer at Airbnb, regarding their knowledge graph and how it helps them categorize their inventory and deliver travel context to their users.
-
Concept and Object Modeling Notation for Data Modeling NoSQL Databases
Ted Hills hosted a workshop at the recent Data Architecture Summit 2018 Conference about data modeling for relational and NoSQL databases. He said that the NoSQL movement helped the database community realize two things. First, not every application needs ACID properties. Second, the tabular data organization is still a good choice for much data, although not for all datasets.
-
Amazon Neptune, a New Cloud Graph Database, Is Now Generally Available
A new cloud graph database, Amazon Neptune, is publically available after its limited preview launch last year. With Amazon Neptune, customers can manage their bits of data in a graph model – a semantic structure in nodes, edges, and properties.
-
Microsoft Directly Challenges MongoDB and Cassandra with Cosmos DB
The term “Embrace, Extend, and Extinguish” is often thrown about whenever someone is upset with Microsoft. Superficially it describes any attempt by a technology company to attract users of a competitor’s product, but the actual strategy is more complicated than that. In this report will use Azure Cosmos DB to illustrate the concept.
-
Amazon's Graph Database Neptune Supports Read Replicas, Point-in-Time Recovery and S3 Backup
Amazon's new graph NoSQL database Neptune can be used to build and run applications that work with highly connected datasets. It also supports read replicas, point-in-time recovery, continuous backup to Amazon S3, and replication across Availability Zones (AZ).
-
New Relic Releases El Dorado UI, a Web App for Visualizing a Neo4j Graph Database
New Relic open sourced the El Dorado UI project, a Sinatra app to query and visualize relationships between development teams, projects, and microservices, all stored in a Neo4J graph database. Ward Cunningham, the inventor of Wiki, described the origin of the project and demonstrated its capabilities at the Explore DDD conference in Denver, Colorado.
-
Causal Consistency for Large Neo4j Clusters
Jim Webber, chief scientist at Neo4J Technology, explored how Neo4J implements causal consistency at QCon London 2017. The presentation included a high-level overview of Neo4J’s clustering architecture, its implementation of consensus using Raft, and a pattern called bookmarking used to achieve read-after-write consistency.
-
FaunaDB: A New Distributed Database from the Team That Scaled Twitter
Former technical leaders from Twitter and Couchbase have created FaunaDB, a new general-purpose database.