Package

com.seancheatham.graph.adapters

bigtable

Permalink

package bigtable

Visibility
  1. Public
  2. All

Type Members

  1. class BigtableGraph extends HBaseGraph

    Permalink

    An adapter which turns a Google Big Table into a graph database.

    An adapter which turns a Google Big Table into a graph database. Though databases like Bigtable are extremely performant across large datasets for fast individual record reads, they are less performant for graph pathing algorithms. As such, Big Table is best suited for data which best leverages "Graph Representation", but not necessarily the accompanying algorithms to traverse them.

Value Members

  1. object BigtableGraph

    Permalink

Ungrouped