[jira] [Created] (TINKERPOP-2214) Gremlin client with version 3.2.3 connect to server with version 3.4.1 auth failed

2019-05-12 Thread Fang Yong (JIRA)
Fang Yong created TINKERPOP-2214: Summary: Gremlin client with version 3.2.3 connect to server with version 3.4.1 auth failed Key: TINKERPOP-2214 URL: https://issues.apache.org/jira/browse/TINKERPOP-2214

Re: N-Tuples, Pointers, Data Model Interfaces, and Bytecode Instructions

2019-05-12 Thread Joshua Shinavier
Hi Marko, Just a quick reply for now, but this sounds like a good game plan, and there is certainly a ton of research on query optimization, adaptive query processing, etc. that could help to guide the development, and more opportunities for static analysis (i.e. a type system) will help. Btw.

Re: A collection of examples that map a query language query to provider bytecode.

2019-05-12 Thread Marko Rodriguez
Hi, > Machine machine = RemoteMachine >.withStructure(NeptuneStructure.class, config1) >.withProcessor(AkkaProcessor.class, config2) >.withCompiler(CypherCompiler.class, config3) >.open(config0); Yea, I think something like this would work well. I like it because it exposes