mdeiters / neo4jr-social

Neo4jr-Social is a self contained HTTP REST + JSON interface to the graph database Neo4j. Neo4jr-Social supports simple dynamic node creation, building relationships between nodes and also includes a few common social networking queries out of the box (i.e. linkedin degrees of seperation and facebook friend suggestion) with more to come. Think of Neo4jr-Social is to Neo4j like Solr is to Lucene.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to add action to nodes when extending

sdhull opened this issue · comments

Possibly as designed, it seems that this causes an error when being called:

module Neo4jr
  class Service < Sinatra::Base
    get '/nodes/custom_thingy' do
      "foo"
    end
  end
end