OGM example project

On the Developer Guides OGM page (https://neo4j.com/developer/neo4j-ogm/) there is a reference to an example project the explain the concepts further: https://github.com/neo4j-examples

But I can only find a SDN project there.

Where can I find the corresponding OGM project?

The examples are a little bit outdated but we are currently working to provide a new one (hopefully available in this year).

In the mean time: https://neo4j.com/docs/ogm-manual/current/tutorial/ at least offers some kind of walk through. If you ignore the dated technology choices taking there, you get some follow along snippets.

Are there some news? The link to the source code on github doesn't work anymore.

Thanks for pointing this out. We did an update to the documentation and we also changed the link. But there was a missing bit inside. The new link is: neo4j-ogm/neo4j-ogm-example at master · neo4j/neo4j-ogm · GitHub This one refers to the sources that are presented in the tutorial.