mariadb/storage/oqgraph
Andrew McDonnell 44222abf21 Fix typo
2013-03-03 10:10:24 +10:30
..
Judy Removed old oqgraph v1 files (graphstore.*) 2013-02-28 10:16:29 +10:00
CMakeLists.txt fix judy cmake case sensitivity 2013-02-14 10:38:35 -08:00
graphcore-config.h Removed old oqgraph v1 files (graphstore.*) 2013-02-28 10:16:29 +10:00
graphcore-graph.cc Removed old oqgraph v1 files (graphstore.*) 2013-02-28 10:16:29 +10:00
graphcore-graph.h Removed old oqgraph v1 files (graphstore.*) 2013-02-28 10:16:29 +10:00
graphcore-types.h Removed old oqgraph v1 files (graphstore.*) 2013-02-28 10:16:29 +10:00
graphcore.cc First cut at conversion to use varchar (untested) 2013-03-02 23:14:27 +10:30
graphcore.h First cut at conversion to use varchar (untested) 2013-03-02 23:14:27 +10:30
ha_oqgraph.cc Fix typo 2013-03-03 10:10:24 +10:30
ha_oqgraph.h Removed old oqgraph v1 files (graphstore.*) 2013-02-28 10:16:29 +10:00
oqgraph_config.h.in Import OQGraph engine into MariaDB. 2010-01-04 09:27:50 +01:00
oqgraph_judy.cc Removed old oqgraph v1 files (graphstore.*) 2013-02-28 10:16:29 +10:00
oqgraph_judy.h Removed old oqgraph v1 files (graphstore.*) 2013-02-28 10:16:29 +10:00
oqgraph_probes.d Import OQGraph engine into MariaDB. 2010-01-04 09:27:50 +01:00
oqgraph_shim.cc Removed old oqgraph v1 files (graphstore.*) 2013-02-28 10:16:29 +10:00
oqgraph_shim.h Removed old oqgraph v1 files (graphstore.*) 2013-02-28 10:16:29 +10:00
oqgraph_thunk.cc Removed old oqgraph v1 files (graphstore.*) 2013-02-28 10:16:29 +10:00
oqgraph_thunk.h Removed old oqgraph v1 files (graphstore.*) 2013-02-28 10:16:29 +10:00
README Removed old oqgraph v1 files (graphstore.*) 2013-02-28 10:16:29 +10:00

OQGraph storage engine v3
Copyright (C) 2007-2013 Arjen G Lentz & Antony T Curtis for Open Query

The Open Query GRAPH engine (OQGRAPH) is a computation engine allowing
hierarchies and more complex graph structures to be handled in a
relational fashion. In a nutshell, tree structures and
friend-of-a-friend style searches can now be done using standard SQL
syntax, and results joined onto other tables.

Based on a concept by Arjen Lentz
v3 implementation by Antony Curtis, Arjen Lentz, Andrew McDonnell
For more information, documentation, support, enhancement engineering,
see http://openquery.com/graph or contact graph@openquery.com



INSTALLATION

OQGraph requires at least version 1.40.0 of the Boost library. To
obtain a copy of the Boost library, see http://www.boost.org/