bulbflow
  • Overview
  • Download
  • Documentation
  • Community
  • Blog

Table of Contents

  • Bulbs API
    • Bulbs Core
      • Neo4j Server
        • Rexster
          • Client Base

          Previous topic

          Quickstart

          Next topic

          Config

          Donate Bitcoins

          Bulbs API¶

          Open-source Python library for graph databases.

          Bulbs supports pluggable backends and currently has bindings for Neo4j Server and Rexster.

          Rexster is the Blueprints server and so this means Bulbs supports any Blueprints-enabled graph database, including: Neo4j, InfiniteGraph, OrientDB, Dex, TinkerGraph, and OpenRDF Sail.

          Bulbs Core¶

          If you are looking for information on a specific function, class or method, this part of the documentation is for you.

          • Config
          • Element
            • Vertex Proxy
            • Vertex Container
            • Edge Proxy
            • Edge Container
          • Models
            • Node Proxy
            • Node Container
            • Relationship Proxy
            • Relationship Container
          • Properties
            • String
            • Integer
            • Long
            • Float
            • Null
            • List
            • Dictionary
            • DateTime
            • Property
          • Gremlin
          • Groovy

          Neo4j Server¶

          • Neo4j Server: Graph
            • Graph
          • Neo4j Server: Client
            • Constants
            • Neo4jClient
            • Neo4jRequest
            • Neo4jResponse
            • Neo4jResult
          • Neo4j Server: Indices
            • Exact Index
            • Fulltext Index
            • Vertex Index Proxy
            • Edge Index Proxy
          • Neo4j Server: Gremlin
            • Gremlin-Groovy
          • Neo4j Server: Cypher
            • Cypher
            • Yaml
          • Neo4j Server: Batch
            • Neo4j Batch (Experimental)
          • Neo4j Server: Tests

          Rexster¶

          • Rexster: Graph
          • Rexster: Client
            • Constants
            • RexsterClient
            • RexsterRequest
            • RexsterResponse
            • RexsterResult
          • Rexster: Indices
            • Manual Index
            • Automatic Index
            • Vertex Index Proxy
            • Edge Index Proxy
          • Rexster: Gremlin
            • Gremlin-Groovy
          • Rexster: Tests

          Client Base¶

          • Graph
          • Client
            • Client
            • Response
          • Indices
            • Index Container
            • Index Proxies
          © James Thornton.
          Bulbflow is an open-source version of the toolkit behind Whybase. It is available under the BSD License.