Contents Menu Expand Light mode Dark mode Auto light/dark mode
This project is under heavy development and subject to rapid changes. Use at your own discretion.
bsfs
bsfs
  • Installation
  • Core concepts
  • Architecture
  • bsfs
    • bsfs package
      • bsfs.apps package
        • bsfs.apps.init module
        • bsfs.apps.migrate module
      • bsfs.front package
        • bsfs.front.bsfs module
        • bsfs.front.builder module
      • bsfs.graph package
        • bsfs.graph.ac package
          • bsfs.graph.ac.base module
          • bsfs.graph.ac.null module
        • bsfs.graph.graph module
        • bsfs.graph.nodes module
        • bsfs.graph.resolve module
        • bsfs.graph.result module
        • bsfs.graph.walk module
      • bsfs.namespace package
        • bsfs.namespace.namespace module
        • bsfs.namespace.predefined module
      • bsfs.query package
        • bsfs.query.ast package
          • bsfs.query.ast.fetch module
          • bsfs.query.ast.filter_ module
        • bsfs.query.matcher module
        • bsfs.query.validator module
      • bsfs.schema package
        • bsfs.schema.schema module
        • bsfs.schema.serialize module
        • bsfs.schema.types module
      • bsfs.triple_store package
        • bsfs.triple_store.sparql package
          • bsfs.triple_store.sparql.distance module
          • bsfs.triple_store.sparql.parse_fetch module
          • bsfs.triple_store.sparql.parse_filter module
          • bsfs.triple_store.sparql.sparql module
          • bsfs.triple_store.sparql.utils module
        • bsfs.triple_store.base module
      • bsfs.utils package
        • bsfs.utils.commons module
        • bsfs.utils.errors module
        • bsfs.utils.uri module
        • bsfs.utils.uuid module
Back to top

bsfs.front package#

bsfs.front.Open(cfg: Any) → Graph#

Open a BSFS storage and return a bsfs.graph.Graph instance.

bsfs.front.build_graph(cfg: Any) → Graph#

Build and return a Graph from user-provided config.

Submodules#

  • bsfs.front.bsfs module
  • bsfs.front.builder module
Next
bsfs.front.bsfs module
Previous
bsfs.apps.migrate module
Copyright © 2023, Matthias Baumgartner
Made with Sphinx and @pradyunsg's Furo
On this page
  • bsfs.front package
    • Open()
    • build_graph()
    • Submodules