-
Notifications
You must be signed in to change notification settings - Fork 618
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement Gremlin based UserEntry #1653
Comments
@sbespalov could you please add a few words about the purpose of each of the mentioned classes and what they should be doing? |
Some questions:
|
I'd like to work on this issue. But there are some things which should be cleared out.
|
This is a proof-of-concept based on the strongbox project. The code will initially (@sbespalov , please confirm, if this is how you envision it) be in strongbox-janusgraph-cassandra-poc where we have Janusgraph + Cassandra all set up. |
thank you all for interesing to this issue. There is some general explanations in master task, so please have a look at #1649. Also it would be good to see on how all the things implemented in strongbox-janusgraph-cassandra-poc. If there still will be a general questions please ask at #1649 comments. |
@sbespalov what is the state of this task? I believe @carlspring mentioned this has already been done and committed into #1649 ? Can we now close this or is there anything else needed to be done? |
@steve-todorov it's not implemented. probably @carlspring can clarify better what is the status. |
@steve-todorov : There seems to be some sort of confusion. |
I've just fixed User related compilation issues, but this is just stubs withut implementation |
Task Description
The
UserEnity
should have a new repository class with Gremlin based CRUD and Spring Data Neo4j based custom Cypher queries. TheUserRepository
should be placed underorg.carlspring.strongbox.gremlin.repositories
.Tasks
The following tasks will need to be carried out:
UserEntry
class:UserEntity
class withneo4j-ogm
annotationsUserEntryService
intoUserRepository
OrientDbUserService
intoGremlinUserService
UserEntry
references withUserEntity
UserAdapter
forUserRepository
class@Query
annotation forUserQueries
interfaceTask Relationships
This task:
Help
The text was updated successfully, but these errors were encountered: