Ryan Stauffer

Results 4 comments of Ryan Stauffer

My specific motivation for this is to be able to use Goblin OGM to avoid boilerplate while quickly iterating through designs of our graph and application. Agreed the simplest way...

I think a lot of the basic interaction would take place in a similar way. Here's my thoughts on initial desired functionality ```python >>> from goblin import Goblin, element, properties...

Makes sense. Any pieces you’d like help tackling?

I've observed similar issues on inmemory JanusGraph instances inside the Gremlin Console, for example created with: ``` graph = JanusGraphFactory.build(). set('storage.backend', 'inmemory'). set('schema.default', 'none'). set('schema.constraints', true).open() ``` Here is a...