Git Product home page Git Product logo

neo4j-browser's Introduction

Neo4j Browser

Explore the graph, one query at a time.

Neo4j Browser is Neo4jโ€™s built-in client application, a mashup of a REPL, data visualization and lightweight IDE.

Goals

  • developer focused

  • every interaction is a demonstration

  • uses only public APIs

  • for modern browsers, with reasonable fallbacks

Development

Set up your environment
  • Install node.js

  • Clone this Github repository

  • npm install

    This installs npm modules needed to build the browser code.

  • npm install -g grunt-cli

    This puts the grunt command on your path.

Run in development mode
  • Run Neo4j server (from a downloaded distribution of Neo4j, or from your IDE)

  • grunt server

    This listens on port 9000, serving up static documents, and forwarding other HTTP requests to Neo4j on port 7474. Bolt requests are not forwarded, they are sent directly to the Neo4j server on port 7687. Any local changes to the browser code will be applied immediatley by reloading the page.

Sync server

To setup a local sync login server go to project root and invoke node sync-server/server.js. An express server now started on https://localhost:9001 with self signed TLS certificates.

Packaging

To package Neo4j Browser in to a jar:

  • Compile the project with grunt build

  • Build a jar using mvn package == Custom Builds ==

You can customize Neo4j Browser with your own content and styles. The build process accepts a --custom switch that specifies a subdirectory of the ./custom to be layered onto the standard build. By layering, your fork of neo4j-browser can continue to get updates without interfering with your work.

Customize
  • Fork this repository

  • Duplicate one of the included customization examples (either custom/autumn or custom/presentation) cp -r custom/presentation custom/mybrowser

  • Develop the customization grunt server --custom=mybrowser

  • See your changes at http://localhost:9000

Adding a new Cypher keyword

The resulting artifact can be loaded by replacing the existing Neo4j Browser jar in the Neo4j lib directory and restarting the server to remount the new assets.

Feedback

Contributing

All bug reports, feature requests and pull requests are very welcome.

Licensing

Neo4j is an open source product. We support a Community edition under the GPLv3 license.

neo4j-browser's People

Contributors

oskarhane avatar pe4cey avatar eve-bright avatar apcj avatar akollegger avatar benbc avatar wallin avatar jakewins avatar tinwelint avatar davidegrohmann avatar systay avatar chrisvest avatar nawroth avatar brissmyr avatar mats-sx avatar digitalstain avatar lassewesth avatar pontusmelke avatar boggle avatar cleishm avatar craigtaverner avatar mishademianenko avatar technige avatar magnusvejlstrup avatar bexjones avatar sendilkumarn avatar rickardoberg avatar svarnypetr avatar martinfurmanski avatar simpsonjulian avatar

Watchers

James Cloos avatar Matthew Marple avatar

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.