Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
09-07-2019 10:36 PM
I'm currently building a "Joseki Dictionary" for the game of Go.
Joseki seem like a tree of positions with relationships, so neo was an interesting implementation tool to try.
The back end is written in Java using Spring Data Neo4j.
09-09-2019 03:25 PM
Welcome to the community. Please share via an article when you have made progress with your approach. Game solving via trees is definitely a sensible approach.
09-09-2019 09:31 PM
I'm nearly done - the thing in beta right now (though offline at this exact point in time 🙂 ).
The particular problem has a performance "challenge" for the graph that isn't solved to my satisfaction. In performance tests I get "workable" but not "awesome" performance, while an SQL based prototype appeared to do "awesome" (at the expense of being more painful to implement and think about).
It may be that graph experts can shine a light on how to do it better, so I'll try to find a way to concisely describe the problem when I have a moment
Do you have an example of this sort of thing, to follow the lead of?
GaJ
09-10-2019 03:28 AM
Sure see here:
All the sessions of the conference are now available online