Graph database: Perbedaan antara revisi

Konten dihapus Konten ditambahkan
LaninBot (bicara | kontrib)
k Perubahan kosmetik tanda baca
InternetArchiveBot (bicara | kontrib)
Rescuing 4 sources and tagging 0 as dead.) #IABot (v2.0.8
Baris 117:
| [http://www.arangodb.org ArangoDB] || [https://github.com/tinkerpop/blueprints/wiki/Property-Graph-Model Property Graph] || JavaScript, Blueprints, REST || Graph Traversals via JavaScript, [[Gremlin (programming language)|Gremlin]] || Built-in graph explorer ||MVCC/ACID ||native C/C++ || Replication and Sharding
|-
| [http://www.bigdata.com/blog Bigdata] {{Webarchive|url=https://web.archive.org/web/20120310104941/http://www.bigdata.com/blog/ |date=2012-03-10 }} || [[Resource Description Framework|RDF]] || Java, Sesame, Blueprints, Gremlin, SPARQL, REST || SPARQL, Gremlin || Bigdata Workbench UI || MVCC/ACID || Native Java || [http://wiki.bigdata.com/wiki/index.php/NanoSparqlServer#Embedded_.28using_jetty.29 Embedded], [http://wiki.bigdata.com/wiki/index.php/NanoSparqlServer#Servlet_Container_.28Tomcat.2C_etc.29 Client/Server], [http://wiki.bigdata.com/wiki/index.php/HAJournalServer High Availability (HA)]
|-
| [http://bitbucket.org/lambdazen/bitsy Bitsy] || Property Graph || Blueprints || Gremlin, [https://github.com/lambdazen/pixy/wiki Pixy] || || ACID with optimistic concurrency control || Human-readable JSON-encoded text files with checksums and markers for recovery ||
Baris 177:
* [http://wiki.apache.org/hama/GraphPackage Angrapa] - graph package in [http://incubator.apache.org/hama/ Hama], a bulk synchronous parallel ([[Bulk Synchronous Parallel|BSP]]) platform
* [http://incubator.apache.org/hama/ Apache Hama] - a pure BSP(Bulk Synchronous Parallel) computing framework on top of HDFS (Hadoop Distributed File System) for massive scientific computations such as matrix, graph and network algorithms.
* [http://www.bigdata.com/blog Bigdata] {{Webarchive|url=https://web.archive.org/web/20120310104941/http://www.bigdata.com/blog/ |date=2012-03-10 }} - A RDF/graph database capable of clustered deployment. Bigdata supports [http://wiki.bigdata.com/wiki/index.php/HAJournalServer high availability (HA) mode], [http://wiki.bigdata.com/wiki/index.php/NanoSparqlServer#Embedded_.28using_jetty.29 embedded mode], [http://wiki.bigdata.com/wiki/index.php/NanoSparqlServer#Servlet_Container_.28Tomcat.2C_etc.29 single server mode] and has available [http://www.bigdata.com/licenses commercial licenses]. As of version 1.3.1, it supports the [http://blog.bigdata.com/?p=711 Blueprints API] and [http://blog.bigdata.com/?p=716 Reification Done Right (RDR)].
* [http://thinkaurelius.github.com/faunus/ Faunus] - a Hadoop-based graph computing framework that uses Gremlin as its query language. Faunus provides connectivity to Titan, Rexster-fronted graph databases, and to text/binary graph formats stored in HDFS. Faunus is developed by [http://thinkaurelius.com Aurelius].
* [[FlockDB]] - an open source distributed, fault-tolerant graph database based on [[MySQL]] and the [[Gizzard (Scala framework)|Gizzard]] framework for managing Twitter-like graph data (single-hop relationships) [https://github.com/twitter/flockdb FlockDB on GitHub].
Baris 212:
== APIs and Graph Query/Programming Languages ==
* [http://graphbase.net/JavaAPIHelp.html#BoundsLanguage Bounds Language] - terse C-style syntax which initiates concurrent traversals in GraphBase and supports interaction between them.
* [http://blueprints.tinkerpop.com Blueprints] {{Webarchive|url=https://web.archive.org/web/20130114223851/http://blueprints.tinkerpop.com/ |date=2013-01-14 }} - a Java API for Property Graphs from [http://www.tinkerpop.com/ TinkerPop] and supported by a few graph database vendors.
* [https://github.com/Vanaheimr/Blueprints.NET Blueprints.NET] - a C#/.NET API for generic Property Graphs.
* [http://bulbflow.com Bulbflow] - a Python persistence framework for Rexster, Titan, and Neo4j Server.
* [http://docs.neo4j.org/chunked/snapshot/cypher-query-lang.html Cypher Query Language] - a declarative graph query language for [[Neo4j]] that enables ad hoc as well as programmatic (SQL-like) access to the graph
* [http://gremlin.tinkerpop.com/ Gremlin] {{Webarchive|url=https://web.archive.org/web/20130116082517/http://gremlin.tinkerpop.com/ |date=2013-01-16 }} - an open-source graph programming language that works over various graph database systems.
* [http://hg.readify.net/neo4jclient Neo4jClient] - a .NET client for accessing [[Neo4j]].
* [https://github.com/maxdemarzi/neography/ Neography] - a thin Ruby wrapper that provides access to [[Neo4j]] via REST.