Git Product home page Git Product logo

geohash_neo4j's Introduction

#neo4j_trie_plugin The original Neo4j Spatial plugin for Neo4j Graph database uses RTree for geometry calculation, which is not scalable for hanlding large number of Nodes for frequent time consuming splitting and joining operations.

Geohash on the other hand, suit the need of neighborhood calculation and is implemented in databases like mongoDB, but unfortunately not in Neo4j.

This project implement Geohash algorithm based on Neo4j graph database, with a specially designed trie tree structure for fast and efficient retrieval. The Geohash implementation is borrowed from geohash-java and the project is licensed under LGPL license. For commercial usage, contact Dong bin at Linkedin, China(dongbin.cn at gmail.com).

Install & Config

First install and configure neo4j.

For Mac users: Execute "brew install neo4j" in terminal. Then find /usr/local/Cellar/neo4j/x.x.x/libexec/conf/neo4j-server.properties,

change dbms.security.auth_enabled from true to false to disable authentication.

Build

Execute "mvn compile" to build.

Test

For PrefixTree Test, run PrefixTreeTest for individual functionality test and TestAll for high level experience.

For Plugin Test, run SpatialPluginFunctionTest.

geohash_neo4j's People

Contributors

huashiyiqike avatar

Stargazers

Kryštof Krátký avatar 谭咏麟 avatar Adam Gibson avatar Victor Borja avatar Greg Zuro avatar William Lyon avatar Ronald Kayondo avatar Eddy Wong avatar  avatar Max De Marzi avatar

Watchers

James Cloos avatar  avatar

geohash_neo4j's Issues

How to use it

i've csv files that contains latitude/longitude fields, what i want is to convert this latitude/longitude into a geohash and then make a relationship between different location nodes based on their geohash values.
how to do that ?

mvn-compile problem

the build is blocked here

Downloading from osgeo: http://download.osgeo.org/webdav/geotools/org/neo4j/neo4j/2.2.0/neo4j-2.2.0.pom

How to install ?

Hello,
How to install your plugin ?
i downloaded it and i zipped it in the plugin folder, then i restart neo4j but apparently it haven't been installed !?

update readme

your read me isn't clear; what is the relationship of your project with neo4j ? if it is not a plugin how we can use it ? and there is no cypher code !?
cordially

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.