Giter Site home page Giter Site logo

Comments (4)

szeitlin avatar szeitlin commented on July 1, 2024

I need this too! Does it exist?

from batch-import.

jexp avatar jexp commented on July 1, 2024

Could you provide a concrete example?

The problem I see with that, is that people just recreate the relational database structure in the graph and don't think about creating a graph model that is actually better suited for their use cases.

from batch-import.

stephanf avatar stephanf commented on July 1, 2024

I do have something in the work that delivers something like a "relationship discovery".

I am currently not sure if there is a broader interest in this topic or not, so I am not sure to make it open source or not.

I would like to discuss that.

In my opinion the batch-importer is designed for initial load. The design is for massive bulk load, optimized for very high performance and high data volumes.

My design is comparable to an ETL tool - simple - but specialized for semantic structures, data blending and so on. The current design is suitable for <20k nodes with 50 attributes each.

Any suggestions? I would be quite interested to hear about your needs, wishes, requirements, ideas etc.

On 11.04.2014, at 22:02, Michael Hunger [email protected] wrote:

Could you provide a concrete example?

The problem I see with that, is that people just recreate the relational database structure in the graph and don't think about creating a graph model that is actually better suited for their use cases.


Reply to this email directly or view it on GitHub.

from batch-import.

szeitlin avatar szeitlin commented on July 1, 2024

I would use that.

For example, I have a case study where I have a set of identifiers for people in one column, and another set for recommenders in another column. Most of the people in the first column have at least one recommender in the second column. Some of the recommenders also recommended other people, and some of the people also recommended other people.

I would like to know how far these connections go, i.e. someone -> [:recommends] -> someone else -> [:recommends] -> someone else etc.

My data set is a small (~2100 rows) csv file, and I only know how to do part of this with a relational database, but it seems like the perfect problem for a graph database, no?

In a different kind of example, I would like to improve safe bicycle route recommendations in my city. So if I could input intersections (nodes) and descriptions of each of the streets that join them (which would become the relationships), it would be something like location -> [:direction] -> location -> [:direction] -> location. The attributes would be things like starting/ending latitude & longitude, how steep the street is, whether there is a dedicated bike lane or not, etc.

Can your tool handle either or both of those types of situations?

from batch-import.

Related Issues (20)

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.