Home / Companies / Neo4j / Blog / January 2013

January 2013 Summaries

6 posts from Neo4j

Filter
Month: Year:
Post Summaries Back to Blog
Neo4j is planning to release version 1.9, which will include improvements in HA cluster manageability and indexing. The upcoming major release, Neo4j 2.0, aims to make the product even better by enhancing ease of use, handling big data, and providing a more robust learning experience. The company has several initiatives planned for scaling into the 100B+ range and beyond, including vertical scalability, optimizations for traversals across densely-connected nodes, and a horizontally-scalable, distributed graph designed as part of the Rassilon project. Neo4j also plans to improve its remote API, Cypher functionality, and documentation, while making it easier for community members to contribute to the ecosystem. The company is optimistic about the coming year and invites feedback on product direction from users.
Jan 24, 2013 1,509 words in the original blog post.
Today, we're releasing Neo4j 1.9.M04, a milestone on our way to the Neo4j 1.9 release, which includes improvements in Cypher performance and support for Scala 2.10. The update addresses several issues, including recovery problems and performance concerns with REST-batch-operations. We've also made enhancements to our High Availability Cluster, making it easier to operate and providing a new master information endpoint for HA clusters. As always, we welcome feedback to ensure the stability of Neo4j 1.9.GA.
Jan 22, 2013 308 words in the original blog post.
Facebook's Graph Search highlights the growing importance of graph technologies, which are reshaping how organizations handle connected data. Unlike traditional web search methods that analyze pages in isolation, graph-based approaches consider the connections between data points, providing deeper insights. This shift is part of a broader trend in data analytics, with applications extending beyond social networks to fields like bioinformatics, fraud detection, and logistics. Graph databases, such as Neo4j, play a crucial role by efficiently managing and querying connected data, offering significant speed and ease-of-use advantages over relational databases. Neo4j, available as both an open-source and commercial offering, is widely adopted by tech giants and startups alike, enabling them to leverage the power of connected data without the need to develop custom solutions. As businesses increasingly recognize the value of understanding data relationships, tools like Neo4j democratize access to these advanced capabilities, ensuring that even smaller companies can benefit from insights derived from graph technologies.
Jan 17, 2013 1,169 words in the original blog post.
There was a problem where I had to find a list of all my first degree friends who could introduce me to my second degree friends in a Facebook-like graph network. To solve this, I used Cypher queries in Neo4j to retrieve the required information. The query matched nodes and relationships between them, returning a list of names that could act as intermediaries. Additionally, there was another problem where newly added nodes needed to be automatically indexed during batch imports. A workaround was found by creating a new node with an indexable property and then querying it, which effectively indexed the new node in the process.
Jan 11, 2013 319 words in the original blog post.
I've summarized the text for you. Plushcap here, and I'll provide a concise summary of the article in one paragraph. The author, Rik van Bruggen, is not a technical person but has a passion for technology and joined Neo Technology to work with their graph database, Neo4j. He decided to learn about it by importing Belgian beers into the database using Wikipedia data, Gephi, and Neo4j's import tool without writing any code. After setting up the database, he explored its capabilities visually through the Neo4j Web Interface and used Cypher queries to find patterns, such as finding all Belgian Trappist beers based on a known beer, Orval. The author also experimented with updating the graph using Cypher transactions, demonstrating how Neo4j isolates updates from other users. Throughout the process, Rik learned about Neo4j's capabilities and had fun doing it without needing to write any code.
Jan 11, 2013 1,106 words in the original blog post.
The Neo4j community has grown significantly in 2012, with over 80 meetups held across the globe, nearly doubling the number of contributors to the project. The company behind Neo4j, Neo Technology, has also seen rapid growth, expanding its team and offices worldwide, backed by $24M in venture capital. The product itself has received numerous improvements, including a strong focus on manageability, scalability, security, robustness, and performance, making it a reliable choice for companies of all sizes.
Jan 07, 2013 921 words in the original blog post.