Skip to content

Instantly share code, notes, and snippets.

@coolgarifTech
coolgarifTech / gist:5671071
Created May 29, 2013 15:14
HydraGraph script for exposing GraphDatabase in Neo4j using Python and Flask by Coolgarif Tech
from neo4jrestclient.client import GraphDatabase
from neo4jrestclient.constants import RAW
from neo4jrestclient.client import Node
from urlparse import urlparse
import re, json
from flask import Flask, Response, json, jsonify, request, Blueprint, render_template
app = Flask(__name__)
@GerHobbelt
GerHobbelt / .gitignore
Created September 4, 2012 03:37
d3.js: force layout with self-referencing links
# Editor backup files
*.bak
*~