Home / Companies / Neo4j / Blog / March 2011

March 2011 Summaries

5 posts from Neo4j

Filter
Month: Year:
Post Summaries Back to Blog
Chris Gioran is announcing a fresh new UI for Webadmin, featuring a faster and easier data browser with both tabular view and graph visualization. The interface now includes keyboard shortcuts, including the ability to press 's' to access the search bar from any page. Windows support continues to be strong, with full backup functionality available in this release. The core engine has been improved, fixing issues in graphdb, graph algorithms package, and Lucene indexing. With this release, Neo4j 1.3 is feature complete, and the team will focus on tightening up components before the general availability of Abisko Lampa.
Mar 24, 2011 353 words in the original blog post.
Here's a neutral and interesting summary of the text: The author attended the EDBT conference in Uppsala, where they presented on Graph Databases and data-local processing. The event showcased the growing interest in database technology, particularly with cloud computing platforms and distributed data storage approaches. Many talks highlighted the potential of processing graph structures and data-local analytics for complex problem-solving. The author found it encouraging to see research around traversing graphs and expressing queries without requiring the entire dataset. The Property Graph Model is gaining traction, with various databases implementing support for it, making querying with Pipes and Gremlin a universal option. Overall, the event was a great opportunity to be in the graph database space.
Mar 24, 2011 372 words in the original blog post.
Scaling Neo4j is a complex task that requires careful planning and consideration of various factors, including data size, query patterns, and system resources. To address the challenges of scaling Neo4j, developers can employ design heuristics such as using multiple nodes for each relationship, indexing large datasets, and leveraging graph clustering algorithms to optimize query performance. Additionally, adopting a distributed architecture and utilizing Neo4j's built-in features, such as Cypher queries and indexing, can help improve scalability and reduce latency. By implementing these strategies, developers can ensure that their Neo4j instances remain performant and efficient even at large scales.
Mar 22, 2011 82 words in the original blog post.
Neo4j has reached its fourth milestone towards version 1.3 Abisko Lampa, with significant improvements in data storage capacity and quality assurance on Windows. The new release allows for a massive increase in database size to 32 billion nodes, relationships, and properties, while maintaining no added size overhead. To upgrade the database, users must carefully follow instructions to ensure compatibility with the new format. Issues have been identified with backup component functionality on Windows, but incremental backups can still be performed. The REST API has also been enhanced with index-related operations, including advanced queries and cleaner index removal methods. Additionally, numerous minor bug fixes and improvements have been made across various components of the database.
Mar 11, 2011 700 words in the original blog post.
The Neo4j Spatial project provides a powerful geographic capabilities framework in the Neo4j database, enabling convenient and intuitive spatial processing. It started with support for complex geometries in 2010 and has since simplified working with point locations through its SimplePointLayer API. This layer simplifies the process of adding points to the index and performing proximity searches. The project aims to adapt existing graph data models to Neo4j Spatial, allowing developers to perform spatial queries on their own data model. With various APIs available, including REST, Java, and GeoTools, users can explore different ways of exposing the functionality. The Neo4j Spatial team welcomes feedback on how they should expose their API in the future.
Mar 08, 2011 1,266 words in the original blog post.