File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ RedGrape is an in-memory graph database written in ruby. I made this application
13
13
* construct a graph programmatically
14
14
* traverse nodes and edges using a gremlin-like DSL
15
15
* REST API
16
- * Graph viewer
16
+ * Graph viewer (in progress)
17
17
18
18
## Synopsis:
19
19
@@ -100,15 +100,15 @@ Changes on a graph are not committed until the put_graph method is called.
100
100
101
101
## REST API:
102
102
103
- Start the server :
103
+ ### Server :
104
104
105
105
$ ./bin/juicer
106
106
[2012-06-30 02:03:01] INFO WEBrick 1.3.1
107
107
[2012-06-30 02:03:01] INFO ruby 1.9.3 (2011-10-30) [x86_64-darwin11.0.1]
108
108
== Sinatra/1.3.2 has taken the stage on 4567 for development with backup from WEBrick
109
109
[2012-06-30 02:03:01] INFO WEBrick::HTTPServer#start: pid=12098 port=4567
110
110
111
- Access :
111
+ ### Use from Console :
112
112
113
113
$ curl http://localhost:4567/graphs
114
114
{
@@ -129,7 +129,7 @@ Access:
129
129
}
130
130
}
131
131
132
- ### Graph Viewer :
132
+ ### Use from Browser :
133
133
134
134
http://localhost:4567/cellar/index.html
135
135
You can’t perform that action at this time.
0 commit comments