All Projects → neo4j → Neo4j Browser

neo4j / Neo4j Browser

Licence: gpl-3.0
Neo4j Browser is the general purpose user interface for working with Neo4j. Query, visualize, administrate and monitor the database.

Programming Languages

typescript
32286 projects

Labels

Projects that are alternatives of or similar to Neo4j Browser

covid-19-community
Community effort to build a Neo4j Knowledge Graph (KG) that links heterogeneous data about COVID-19
Stars: ✭ 95 (-77.38%)
Mutual labels:  neo4j
Neo4j Go Driver
Neo4j Bolt Driver for Go
Stars: ✭ 258 (-38.57%)
Mutual labels:  neo4j
Letsmapyournetwork
Lets Map Your Network enables you to visualise your physical network in form of graph with zero manual error
Stars: ✭ 305 (-27.38%)
Mutual labels:  neo4j
sqerzo
Tiny ORM for graph databases: Neo4j, RedisGraph, AWS Neptune or Gremlin
Stars: ✭ 28 (-93.33%)
Mutual labels:  neo4j
trillion-graph
A scale demo of Neo4j Fabric spanning up to 1129 machines/shards running a 100TB (LDBC) dataset with 1.2tn nodes and relationships.
Stars: ✭ 73 (-82.62%)
Mutual labels:  neo4j
Neode
Neo4j OGM for Node.js
Stars: ✭ 276 (-34.29%)
Mutual labels:  neo4j
doc2graph
Convert JSON from document-oriented DB to neo4j graph
Stars: ✭ 17 (-95.95%)
Mutual labels:  neo4j
Neo4j Reco
Neo4j-based recommendation engine module with real-time and pre-computed recommendations.
Stars: ✭ 361 (-14.05%)
Mutual labels:  neo4j
owl2neo4j
Convert OWL to labeled property graph and import into Neo4J
Stars: ✭ 42 (-90%)
Mutual labels:  neo4j
Hibernate Ogm
Hibernate OGM - Domain model persistence for NoSQL datastores
Stars: ✭ 299 (-28.81%)
Mutual labels:  neo4j
biolink-model
Schema and generated objects for biolink data model and upper ontology
Stars: ✭ 83 (-80.24%)
Mutual labels:  neo4j
smag-mvp
Social Record - Distributed scraping and analysis pipeline for a range of social media platforms
Stars: ✭ 18 (-95.71%)
Mutual labels:  neo4j
Doctor
基于知识图谱的医学诊断系统。Medical Diagnosis System Based on Knowledge Map.
Stars: ✭ 286 (-31.9%)
Mutual labels:  neo4j
knowledge-graph-nlp-in-action
从模型训练到部署,实战知识图谱(Knowledge Graph)&自然语言处理(NLP)。涉及 Tensorflow, Bert+Bi-LSTM+CRF,Neo4j等 涵盖 Named Entity Recognition,Text Classify,Information Extraction,Relation Extraction 等任务。
Stars: ✭ 58 (-86.19%)
Mutual labels:  neo4j
Popoto
Visual query builder for Neo4j graph database
Stars: ✭ 318 (-24.29%)
Mutual labels:  neo4j
neo4rs
Neo4j driver for rust
Stars: ✭ 41 (-90.24%)
Mutual labels:  neo4j
Neo4j Ogm
Java Object-Graph Mapping Library for Neo4j
Stars: ✭ 259 (-38.33%)
Mutual labels:  neo4j
Grand Stack Starter
Simple starter project for GRANDstack full stack apps
Stars: ✭ 419 (-0.24%)
Mutual labels:  neo4j
Exakat
The Exakat Engine : smart static analysis for PHP
Stars: ✭ 346 (-17.62%)
Mutual labels:  neo4j
Neo4j Nlp
NLP Capabilities in Neo4j
Stars: ✭ 299 (-28.81%)
Mutual labels:  neo4j

Neo4j Browser

Neo4j Browser is the general purpose user interface for working with Neo4j. Query, visualize, administrate and monitor the database with modern and easy-to-use tools.

neo4j browser screenshot

Development setup

  1. Clone this repo
  2. Install yarn globally (not required but recommended): npm install -g yarn
  3. Install project dependencies: yarn

Development server

yarn start and point your web browser to http://localhost:8080.

Testing

yarn test to run a single test run. A linter will run first.

yarn dev to have continuous testing on every file change.

E2E Suite

yarn e2e to run the cypress js test suite (requires a fresh installation of neo4j to run against, expects neo4j 3.5 by default). yarn e2e --env server=3.3 to only run cypress js tests valid for neo4j server version 3.3.

To run on an existing server (with a password already set), you can use any of these (the default password is set to "newpassword", pass in --env browser-password=your-password):
yarn e2e-local --env server=3.4
yarn e2e-local-open --env server=3.4
The latter just opens Cypress runner so you can see the tests being executed and run only some of them. Very useful when writing tests.

There are also e2e tests that cover import from CSV files. To run these, copy the e2e_tests/files/import.csv to the import/ directory of the database you want to run the tests on and then start the e2e tests with the --env include-import-tests=true flag. Example: yarn e2e-local-open --env server=3.4,include-import-tests=true

Here are the available options / env variables:

server=3.2|3.3|3.4|3.5|4.0|4.1 (default 3.5)
edition=enterprise|community|aura (default enterprise)
browser-password=<your-pw> (default 'newpassword')
include-import-tests=true|false (default false)
bolt-url=<bolt url excluding the protocol> (default localhost:7687)

Test environment options (cannot be set using the --env flag as the ones above). These needs to be set before the test command is run.

CYPRESS_E2E_TEST_ENV=local|null (if the initial set of pw should run or not) (default undefined)
CYPRESS_BASE_URL=<url to reach the browser to test> (default http://localhost:8080)

Example: CYPRESS_E2E_TEST_ENV="local" CYPRESS_BASE_URL=http://localhost:8081 cypress open --env server=3.5

Devtools

Redux and React have useful devtools, the chrome versions are linked below:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].