Project Report - Google Summer of Code 2017

In this post I am sharing with you the Project Report that I have submitted as the work product for Google Summer of Code 2017. It summarizes all the blog posts written by me during this summer.

Documenting InterMine-Neo4j API with Swagger UI

This post talks about InterMine-Neo4j API and its Swagger integration.

Creating Match, Return, Order By clauses From a PathTree

In this post I’ll describe in detail, how I created Match, Return and Order By clauses of Cypher using a PathTree. PathTree was discussed in the previous post.

PathQuery To Cypher - Part 2

In this post I’ll present the approach that I am using for the converting Path Query to Cypher. The basics of Path Query to Cypher conversion have been discussed in my previous post.