Skip to content
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

is there a way that I can persist my Java Objects to Janusgraph ? #3

Open
arvind-das opened this issue Apr 2, 2018 · 0 comments
Open

Comments

@arvind-das
Copy link

I am creating a new project , I need to use janusgraph. I have to increase productivity , so I am looking for betters ways to persist objects from Java world with relationships to Janusgraph . I have started to create an implementation for persisting objects using graph but that is requiring lot of conversion code o be written. Basically, conversion of Properties from Java class to array of properties and then saving them to graph.

Also while retrieving object, it returns it as Vertex and I need to copy properties back to original domain objects. is there a better way around or driver written for that ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant