Home / Companies / Neo4j / Blog / Post Details
Content Deep Dive

Polyglot Persistence Case Study: Wanderu + Neo4j + MongoDB

Blog post from Neo4j

Post Details
Company
Date Published
Author
Ryan Boyd
Word Count
466
Language
English
Hacker News Points
-
Summary

Wanderu, a meta-search travel website, leverages polyglot persistence by combining the strengths of MongoDB for document storage and Neo4j for graph-style relationships. To synchronize data between the two databases, Wanderu utilizes the `mongo-connector` project to replicate MongoDB's built-in replication service to Neo4j, allowing for efficient route calculations and a better search experience for users.