Skip to content

trying not to wrap Neo4j nodes #5

@eparejatobes

Description

@eparejatobes

I don't like (performance reasons) that in the current implementation we are wrapping everywhere the Neo4j Nodes into classes. In the end, these classes are not actually needed because

  1. for import, we can just create the raw data and access the required node label etc through an interface instead (static final var)
  2. actually getting data is always done through the database, be it either indexes or the result of methods that can be implemented using the Neo4j Node methods

@bio4j/coders what do you think?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions