James Thornton

Results 18 issues of James Thornton

Clojure/Java interop works best with Java interfaces. Creating an interface for LinkRenderer would open up the interop options and increase performance for custom Clojure LinkedRenderer implementations. https://github.com/sirthias/pegdown/blob/master/src/main/java/org/pegdown/LinkRenderer.java Regarding Clojure/Java interop...

I added an issue to Clojure core to add support for App Engine threads: http://dev.clojure.org/jira/browse/CLJ-1223 Please help spur this along by adding your insights/comments/corrections to the ticket.

What are the best practices and examples for capturing free-text entities?

Gremlin Server is replacing Rexster in TinkerPop3 -- it will be an RPC server over websockets that will use Gremlin for everything (no more HTTP REST endpoints). - [TinkerPop3 RFC...

enhancement

Docker 1.0 was released last month and then Google made waves with Eric Brewer's Docker announcement and the release of its prized Borg/Omega cluster management system (what Twitter's Mesos is...

A GremlinServer SPDY handler is in the works... https://github.com/espeed/tinkerpop3 (will be in the upcoming **spdy** branch) See https://github.com/tinkerpop/tinkerpop3/issues/20

Neo4j's Cypher query language now supports indexing, and Neo4j wants it to become the primary scripting language on Neo4j Server. If possible, try to convert built-in Neo4j Gremlin scripts to...

Presently Bulbs sends each Gremlin script with each request. Now that Rexster and Titan support stored procedures, we should provide the options to switch between sending scripts over the wire...

See https://github.com/espeed/bulbs/blob/master/bulbs/neo4jserver/cypher.py

enhancement

You can turn a range query into a box query via this topological transform... Topological Transformation Approaches to Database Query Processing (2015) http://www.cse.msu.edu/~pramanik/research/papers/papers/journalPaper.pdf To make it work on a B-tree...