Repository: tinkerpop
Updated Branches:
  refs/heads/master a94120f4a -> 996e362a3


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/996e362a/docs/site/home/index.html
----------------------------------------------------------------------
diff --git a/docs/site/home/index.html b/docs/site/home/index.html
index 1145e47..b7f82da 100644
--- a/docs/site/home/index.html
+++ b/docs/site/home/index.html
@@ -217,6 +217,7 @@ limitations under the License.
          <small>[<a href="providers.html#data-system-providers">learn 
more</a>]</small>
          <ul>
             <li><a 
href="https://github.com/blazegraph/tinkerpop3";>Blazegraph</a> - RDF graph 
database with OLTP support.</li>
+            <li><a 
href="https://docs.microsoft.com/en-us/azure/cosmos-db/graph-introduction";>CosmosDB</a>
 - Microsoft's distributed OLTP graph database.</li>
             <li><a 
href="https://github.com/MartinHaeusler/chronos/tree/master/org.chronos.chronograph";>ChronoGraph</a>
 - A versioned graph database.</li>
             <li><a 
href="http://www.datastax.com/products/datastax-enterprise-graph";>DSEGraph</a> 
- DataStax graph database with OLTP and OLAP support.</li>
             <li><a href="https://grakn.ai/";>GRAKN.AI</a> - Distributed 
OLTP/OLAP knowledge graph system.</li>
@@ -270,7 +271,7 @@ limitations under the License.
          <a name="poweredby"></a>
          <h4 id="poweredby">Powered By</h4>
          <ul>
-            <li><a 
href="http://www.pitneybowes.com/us/customer-information-management/data-integration-management/spectrum-data-hub-module.html";>Pitney
 Bowes Spectrum Data Hub Module</a> - Uses Gremlin OLTP to query Neo4j-powered 
MDM graph DB.</li>
+            <li><a 
href="http://www.pitneybowes.com/us/customer-information-management/data-integration-management/spectrum-data-hub-module.html";>Pitney
 Bowes Spectrum Data Hub Module</a> - Uses Gremlin OLTP to query Neo4j-powered 
master data management based graph database.</li>
          </ul>
          <a name="tutorials"></a>
          <h4 id="tutorials">Tutorials</h4>
@@ -285,6 +286,8 @@ limitations under the License.
          <a name="publications"></a>
          <h4 id="publications">Publications</h4>
          <ul>
+            <li>Rodriguez, M.A., "<a 
href="https://www.slideshare.net/slidarko/gremlin-1013-on-your-fm-dial";>Gremlin 
101.3 On Your FM Dial</a>," DataStax Support and Engineering Summits, Carmel 
California and Las Vegas Nevada, May 2017.</li>
+            <li>Rodriguez, M.A., "<a 
href="https://www.datastax.com/2017/03/graphoendodonticology";>Graphoendodonticology</a>,"
 DataStax Blog, March 2017.</li>
             <li>Rodriguez, M.A., "<a 
href="https://www.datastax.com/dev/blog/a-gremlin-implementation-of-the-gremlin-traversal-machine";>A
 Gremlin Implementation of the Gremlin Traversal Machine</a>," DataStax 
Engineering Blog, October 2016.</li>
             <li>Rodriguez, M.A., "<a 
href="http://www.datastax.com/dev/blog/gremlins-time-machine";>Gremlin's Time 
Machine</a>," DataStax Engineering Blog, September 2016.</li>
             <li>Rodriguez, M.A., "<a 
href="http://www.slideshare.net/slidarko/gremlins-graph-traversal-machinery";>Gremlin's
 Graph Traversal Machinery</a>," Cassandra Summit, September 2016.</li>

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/996e362a/docs/site/home/providers.html
----------------------------------------------------------------------
diff --git a/docs/site/home/providers.html b/docs/site/home/providers.html
index 0be8570..89a861b 100644
--- a/docs/site/home/providers.html
+++ b/docs/site/home/providers.html
@@ -132,60 +132,66 @@ limitations under the License.
             <a href="http://blazegraph.com/";>Blazegraph</a>&trade; is a 
standards-based, high-performance, scalable, open-source graph database. 
Written entirely in Java, the platform supports Apache TinkerPop and RDF/SPARQL 
1.1 family of specifications.  A commercial version includes GPU acceleration.
          </div>
          <div class="col-sm-6 col-md-6">
-            <a 
href="http://datastax.com/products/datastax-enterprise-graph";><img 
src="images/logos/datastax-logo.png" 
style="padding-right:20px;float:left;width:35%;"></a>
-            <a 
href="http://datastax.com/products/datastax-enterprise-graph";>DataStax 
Enterprise Graph</a>&trade;, part of DataStax Enterprise's multi-model 
platform, is a real-time graph database built for cloud applications that need 
to manage complex and highly connected data. Built on the foundation of Apache 
Cassandra and Apache TinkerPop, DataStax Enterprise Graph delivers continuous 
uptime along with predictable performance and scale, while remaining 
operationally simple to manage.
+            <a 
href="https://docs.microsoft.com/en-us/azure/cosmos-db/graph-introduction";><img 
src="images/logos/cosmosdb-logo.png" 
style="padding-right:20px;float:left;width:35%;"></a>
+            <a 
href="https://docs.microsoft.com/en-us/azure/cosmos-db/graph-introduction";>Azure
 Cosmos DB</a>&trade; is Microsoft's globally distributed, multi-model database 
service for mission-critical applications. Azure Cosmos DB provides turn-key 
global distribution, elastic scaling of throughput and storage worldwide, 
single-digit millisecond latencies at the 99th percentile, five well-defined 
consistency levels, and guaranteed high availability, all backed by 
industry-leading SLAs. Azure Cosmos DB automatically indexes data without 
requiring you to deal with schema and index management. It is multi-model with 
support for the Gremlin graph traversal language.
          </div>
       </div>
       <br/>
       <div class="row">
+          <div class="col-sm-6 col-md-6">
+            <a 
href="http://datastax.com/products/datastax-enterprise-graph";><img 
src="images/logos/datastax-logo.png" 
style="padding-right:20px;float:left;width:35%;"></a>
+            <a 
href="http://datastax.com/products/datastax-enterprise-graph";>DataStax 
Enterprise Graph</a>&trade;, part of DataStax Enterprise's multi-model 
platform, is a real-time graph database built for cloud applications that need 
to manage complex and highly connected data. Built on the foundation of Apache 
Cassandra and Apache TinkerPop, DataStax Enterprise Graph delivers continuous 
uptime along with predictable performance and scale, while remaining 
operationally simple to manage.
+         </div>
          <div class="col-sm-6 col-md-6">
             <a href="https://grakn.ai/";><img src="images/logos/grakn-logo.png" 
style="padding-right:20px;float:left;width:35%;"></a>
             <a href="https://grakn.ai/";>GRAKN.AI</a>&trade; is a distributed 
knowledge graph that brings knowledge ontologies and transactional data 
together to enable intelligent querying of data. Querying is performed through 
the language: Graql, a declarative, knowledge-oriented graph query language for 
retrieving explicitly stored and implicitly derived information, as well as to 
perform graph analytics and automated reasoning.
          </div>
+      </div>
+      <br/>
+      <div class="row">
          <div class="col-sm-6 col-md-6">
             <a 
href="http://www.ibm.com/analytics/us/en/technology/cloud-data-services/graph/";><img
 src="images/logos/ibmgraph-logo.png" 
style="padding-right:20px;float:left;width:35%;"></a>
             <a 
href="http://www.ibm.com/analytics/us/en/technology/cloud-data-services/graph/";>IBM
 Graph</a>&trade; is a scalable, easy-to-use, fully-managed graph 
database-as-a-service that is administered through IBM's Bluemix cloud 
platform. IBM Graph is available 24/7 and managed by a team of experts so 
developers can focus on building their application. Based on the Apache 
TinkerPop stack for building high-performance graph applications, IBM Graph 
provides users with a set of simplified HTTP API calls and the Gremlin graph 
traversal language.
          </div>
-      </div>
-      <br/>
-      <div class="row">
          <div class="col-sm-6 col-md-6">
            <a href="http://janusgraph.org/";><img 
src="images/logos/janusgraph-logo.png" 
style="padding-right:20px;float:left;width:35%;"></a>
            <a href="http://janusgraph.org/";>JanusGraph</a> is an Apache2 
licensed scalable, distributed graph database optimized for storing and 
querying graphs containing hundreds of billions of vertices and edges 
distributed across a multi-machine cluster. JanusGraph is a transactional 
database that can support thousands of concurrent users executing complex 
Gremlin traversals in real time. JanusGraph also provides an in-memory, 
compression-based OLAP processor as well as integrates with Apache TinkerPop's 
Spark/Giraph OLAP processors.
          </div>
+      </div>
+      <br/>
+      <div class="row">
          <div class="col-sm-6 col-md-6">
            <a href="http://cambridge-intelligence.com/keylines/";><img 
src="images/logos/keylines-logo.png" 
style="padding-right:20px;float:left;width:35%;"></a>
            <a 
href="http://cambridge-intelligence.com/keylines/";>KeyLines</a>&trade; is an 
Apache TinkerPop and Gremlin compatible JavaScript SDK for quickly and easily 
building powerful, custom and scalable graph visualization applications. The 
KeyLines SDK offers a rich library of functionality to help you visualize and 
explore the data in your graph database, including graph layouts, social 
network analysis measures, filtering, temporal graph visualization and 
geospatial graph analysis. It allows the visualization of complex graph data at 
scale.
          </div>
-      </div>
-      <br/>
-      <div class="row">
          <div class="col-sm-6 col-md-6">
            <a href="http://linkurio.us/";><img 
src="images/logos/linkurious-logo.png" 
style="padding-right:20px;float:left;width:35%;"></a>
            <a href="http://linkurio.us/";>Linkurious</a>&trade; is a 
browser-based graph visualization software to search, explore and visualize 
connected data. It is compatible with Apache TinkerPop and thus, any 
TinkerPop-enabled graph system. Linkurious provides enterprise-ready security 
(authentication, access rights, audit) and flexibility (API, linkurious.js JS 
graph visualization library) to help software architects successfully deploy 
graph capabilities within their organizations.
          </div>
+      </div>
+      <br/>
+      <div class="row">
          <div class="col-sm-6 col-md-6">
            <a href="http://neo4j.com/";><img src="images/logos/neo4j-logo.png" 
style="padding-right:20px;float:left;width:35%;"></a>
            <a href="http://neo4j.com/";>Neo4j</a>&trade; is the most widely 
used open source, transactional graph database with a large active user and 
customer community. Because of its scalability and ease of use, Neo4j is 
applied in a wide variety of use cases from fraud detection, access control to 
recommendation and investigative journalism. Along with the openCypher graph 
query language, Neo4j also supports Apache TinkerPop and currently serves as 
its OLTP reference implementation.
          </div>
-      </div>
-      <br/>
-      <div class="row">
          <div class="col-sm-6 col-md-6">
            <a href="http://orientdb.com/";><img 
src="images/logos/orientdb-logo.png" 
style="padding-right:20px;float:left;width:35%;"></a>
            <a href="http://orientdb.com/";>OrientDB</a>&trade; is an open 
source distributed graph database with native support for Apache TinkerPop and 
the Gremlin graph traversal language. OrientDB handles relationships by using 
persistent pointers, rather than expensive join runtime operations. This 
guarantees a fast, constant O(1) time for traversing, no matter the database 
size. Furthermore, OrientDB is not only a graph database, but a multi-model 
database able to manage documents, keys/values, objects, full-text and spatial 
data.
          </div>
+      </div>
+      <br/>
+      <div class="row">
          <div class="col-sm-6 col-md-6">
            <a href="http://stardog.com/";><img 
src="images/logos/stardog-logo.png" 
style="padding-right:20px;float:left;width:35%;"></a>
            <a href="http://stardog.com/";>Stardog</a>&trade; is a graph 
database optimized for enterprise data unification. It supports both semantic 
graphs, via RDF, SPARQL, and OWL, as well as property graphs via Apache 
TinkerPop and Gremlin--it's the only graph database that supports both models 
over the same database, simultaneously. Stardog also supports hybrid data 
unification architectures, seamlessly blending data warehouse, system of 
record, and virtual query strategies. Stardog is suited for enterprise data 
silo challenges.
          </div>
-      </div>
-      <br/>
-      <div class="row">
          <div class="col-sm-6 col-md-6">
            <a href="http://titan.thinkaurelius.com/";><img 
src="images/logos/titan-logo.png" 
style="padding-right:20px;float:left;width:35%;"></a>
            <a href="http://titan.thinkaurelius.com/";>Titan</a>&trade; is an 
Apache2 licensed scalable, distributed graph database optimized for storing and 
querying graphs containing hundreds of billions of vertices and edges 
distributed across a multi-machine cluster. Titan is a transactional database 
that can support thousands of concurrent users executing complex Gremlin 
traversals in real time. Titan also provides an in-memory, compression-based 
OLAP processor as well as integrates with Apache TinkerPop's Spark/Giraph OLAP 
processors.
          </div>
+      </div>
+      <div class="row">
          <div class="col-sm-6 col-md-6">
            <a href="http://tomsawyer.com/products/perspectives/";><img 
src="images/logos/tomsawyer-logo.png" 
style="padding-right:20px;float:left;width:35%;"></a>
            <a href="http://tomsawyer.com/products/perspectives/";>Tom Sawyer 
Perspectives</a>&trade; is advanced graphics-based software for building 
enterprise-class data relationship visualization and analysis applications. It 
is a complete Software Development Kit (SDK) with a graphics-based design and 
preview environment. Tom Sawyer Perspectives combines visualization, layout, 
and analysis technology with an elegant platform architecture. Tom Sawyer 
Perspectives enables interaction with graph database systems via Apache 
TinkerPop.

Reply via email to