-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
95 lines (82 loc) · 4.45 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>TinkerPop 2.3.0 documentation</title>
<meta name="description" content="Building Stuff for the Fun of It">
<meta name="author" content="TinkerPop">
<!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Le styles -->
<link href="public/css/bootstrap.css" rel="stylesheet">
<style type="text/css">
body {
padding-top: 20px;
}
</style>
<!-- Le fav and touch icons -->
<link rel="shortcut icon" href="public/images/favicon.ico">
<link rel="apple-touch-icon" href="public/images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="public/images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="public/images/apple-touch-icon-114x114.png">
</head>
<body>
<!--
<div class="topbar-wrapper" style="z-index: 5;">
<div class="topbar" data-dropdown="dropdown">
<div class="topbar-inner">
<div class="fill">
<div class="container">
<ul class="nav">
<li><a href="http://github.com/tinkerpop">TinkerPop on GitHub</a></li>
<li><a href="http://groups.google.com/group/gremlin-users">Mailing List</a></li>
</ul>
</div>
</div>
</div>
</div>
-->
<div class="container">
<!-- Main hero unit for a primary marketing message or call to action -->
<div class="hero-unit">
<b><font size="6" face="american typewriter">TinkerPop 2.3.0 documentation</font></b>
<p><a href="http://github.com/tinkerpop"><img src="public/images/tinkerpop-splash.png" width="422px" height="220px"/></a></p>
<p>Open source software products in the graph space.</p>
</div>
<!-- Example row of columns -->
<div class="row">
<div class="span-one-third">
<h3>Blueprints</h3>
<p><a href="blueprints/2.3.0/Home.html"><img src="public/images/blueprints-character.png" style="padding:10px;" align="left"/></a>Blueprints is a property graph model interface with provided implementations. Databases that implement the Blueprints interfaces automatically support Blueprints-enabled applications.</p>
</div>
<div class="span-one-third">
<h3>Pipes</h3>
<p><a href="pipes/2.3.0/Home.html"><img src="public/images/pipes-character.png" style="padding:10px;" align="left"/></a>Pipes is a dataflow framework that enables the splitting, merging, filtering, and transformation of data from input to output. Computations are evaluated in a memory-efficient, lazy fashion.</p>
</div>
<div class="span-one-third">
<h3>Gremlin</h3>
<p><a href="gremlin/2.3.0/Home.html"><img src="public/images/gremlin-character.png" style="padding:10px;" align="left"/></a>Gremlin is a domain specific language for traversing property graphs. This language has application in the areas of graph query, analysis, and manipulation</p>
</div>
</div>
<div class="row">
<div class="span-one-third">
<h3>Frames</h3>
<p><a href="frames/2.3.0/Home.html"><img src="public/images/frames-character.png" style="padding:10px;" align="left"/></a>Frames exposes the elements of a Blueprints graph as Java objects. Instead of writing software in terms of vertices and edges, with Frames, software is written in terms of domain objects and their relationships to each other.</p>
</div>
<div class="span-one-third">
<h3>Furnace</h3>
<p><a href="furnace/2.3.0/Home.html"><img src="public/images/furnace-character.png" style="padding:10px;" align="left"/></a>Furnace is a property graph algorithms package. It provides implementations for standard graph analysis algorithms that can be applied to property graphs in a meaningful ways.</p>
</div>
<div class="span-one-third">
<h3>Rexster</h3>
<p><a href="rexster/2.3.0/Home.html"><img src="public/images/rexster-character.png" style="padding:10px;" align="left"/></a>Rexster is a multi-faceted graph server that exposes any Blueprints graph through several mechanisms with a general focus on REST.</p>
</div>
</div>
<footer>
<p>© TinkerPop 2009-2013</p>
</footer>
</div> <!-- /container -->
</body>
</html>