Giter VIP home page Giter VIP logo

graphgen's People

Contributors

ikwattro avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

graphgen's Issues

More than 1000 nodes and relationships

Is it possible to create a big graph Cypher / GraphJSON script with more than 1000 nodes?
I do not need a visualization.

Looking for a solution to generate 500k nodes and 500k relationships.

GraphGist generation changes

  • limit queries and add //graph_result
[source,cypher]
----
MATCH (n:`Country`)
RETURN n
LIMIT 20
----

//graph_result
  • add //table for meta-graph
  • add CHANGEME and TODO in several places (headlines, return aliases) to not have people share unchanged and just generated graphgists

Distribution of nodes across relationships seems not to be randomized

We assume the following model:

  • A User has one and only one FileSpace defined.
  • A FileSpace can contains many files.

If you run the following query several times:

(user:User {email:email} *5)
(user)-[:filespace *1..1]->(fs:FileSpace *5)
(fs)-[:contains *1..n]->(file:File {name: randomNumber} *10)

You will notice that one of the FileSpace always contains 5 files and the others only 1. Is this normal behavior, or the maybe did I miss something in the query?

Call to the community for Node Types

In this issue, people can comment and ask for node types they think could be useful for common graph modelling :

  • Person
  • Company
  • Hashtag
  • Tweet
  • User

Neoxygen\Neogen\Schema\Processor does not exist

I'm trying to clone the repo and have it up and running.

However when I execute the following command:

$ bin/neogen generate --export="graph.cql"

I get the following error:

$ bin/neogen generate --export="graph.cql"
Locating fixtures file
PHP Fatal error:  Class 'Neoxygen\Neogen\Schema\Processor' not found in C:\Users\Paul-Julien\development\neoxygen\neo4j-neogen\src\Console\GenerateCommand.php on line 44

When digging into the code it seems that indeed there no such file.

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.