bulbflow
  • Overview
  • Download
  • Documentation
  • Community
  • Blog

Table of Contents

  • Docs
    • Big Picture
      • User’s Guide
        • API Reference

        Next topic

        Overview

        Donate Bitcoins

        Docs¶

        Bulbs is a Python persistence framework for graph databases.

        These docs provide information on Bulbs and the related graph-database stack.

        If you are new to Python, you should check out the tutorials recommended in these Quora answers, How can I learn to program in Python?.

        Big Picture¶

        • Overview
        • Community

        User’s Guide¶

        • Download
          • 1. Get Bulbs
          • 2. Get Neo4j Server or Rexster
            • Get Neo4j Server
            • Get Rexster
          • 3. Get Gremlin
          • What’s Next?
        • Quickstart
          • Neo4j Server
            • Start Neo4j Server
            • Browse Neo4j Server
          • Graph
            • Create the Graph Object
            • Create Vertices and Edges
            • Return a Property
            • Update an Existing Property
            • Add New Properties
            • Return the Property Data Map
            • Get Vertex by ID
            • Update Vertex by ID
            • Display Vertices
            • Display Edges
            • Look Up Indexed Vertices
            • Get Adjacent Edges
            • Get Adjacent Vertices
            • Enable Debugging
            • Disable Debugging
          • Models
            • Model Declaration
            • Example Usage
          • Gremlin

        API Reference¶

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

        • Bulbs API
          • Bulbs Core
            • Config
            • Element
            • Models
            • Properties
            • Gremlin
            • Groovy
          • Neo4j Server
            • Neo4j Server: Graph
            • Neo4j Server: Client
            • Neo4j Server: Indices
            • Neo4j Server: Gremlin
            • Neo4j Server: Cypher
            • Neo4j Server: Batch
            • Neo4j Server: Tests
          • Rexster
            • Rexster: Graph
            • Rexster: Client
            • Rexster: Indices
            • Rexster: Gremlin
            • Rexster: Tests
          • Client Base
            • Graph
            • Client
            • Indices
        © James Thornton.
        Bulbflow is an open-source version of the toolkit behind Whybase. It is available under the BSD License.