Coder Social home page Coder Social logo

hcarriere / souslesens Goto Github PK

View Code? Open in Web Editor NEW

This project forked from claudefauconnet/souslesens

0.0 1.0 0.0 10.05 MB

Souslesens is a tool to visualize and manipulate graphs. It is based on Neo4j, D3js and Nodejs

License: Other

JavaScript 91.44% CSS 3.63% HTML 4.93% Batchfile 0.01%

souslesens's Introduction

Souslesens

Souslesens is a tool to visualize and manipulate graphs. It is based on Neo4j, D3js and Nodejs

Getting Started

To run Souslesens you need to have Node.js and Neo4j working on you server server or laptop

Prerequisites

  • Node.js with npm
  • Neo4j
  • a browser that support D3.Js
  • an access to internet to install Node dependencies

Installing

  1. download Souslesesens, unzip it and rename it as you want.
  2. install Node.js dependencies:
  3. open a command line and move to the root directory of toutlesens where the package.json file is located.
  4. run command : npm install --save
  5. configure url and login/password for neo4j -edit file ./bin/serverParams and modify neo4jUrl value
  6. click on souslesens.bat (Windows) : this command does node ./bin/www
  7. browse to http:/localhost:3002/toutlesens
  • 3002 is the default port, you can change it in ./bin/www file -the first time you load a subGraph souslesens creates a schema (/schema/subGraphName.json). Edit this file to configure graphe appearence, specifically the fields "defaultnodeNameField": "name" . This field sets the neo4j property used to name the nodes in souslesens. You can also set a property "isName:1" on each object discribing the nodes properties .

example : "properties": { "labelName": { "propertyName": { "type": "text", iName:1 }... You can also set node colors and icons in this file

  1. you can manage node and app startup using [PM2] (http://pm2.keymetrics.io/)

Contributing

Versioning

version 2.0.1

Authors

[Claude Fauconnet] (mailto:[email protected])

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

Jean-François Meuriot

souslesens's People

Contributors

claudefauconnet avatar

Watchers

 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.