Skip to main content

Alternative graph parsing language and REPL for DataStax Enterprise (DSE)

Project description

# Firehawk

Experimental Language and REPL

# Installation

pip install firehawk

You will also need the DSE Graph driver. That’s up to you for now.

# Code Examples

> from firehawk import parse_line > query = parse_line(“CREATE VERTEX person”)

> type(query) firehawk.ddl.CreateVertex

> print query schema = graph.schema() schema.buildVertexLabel(‘person’).add()

# REPL

This package provides a REPL.

graph [name]

# Supported Syntax

create graph [graph] use [graph] create vertex [label] create edge [label] create property [name] [type] CREATE [materialized|secondary|search] INDEX [name] ON VERTEX [label]([field]) CREATE [in|out] INDEX [name] ON VERTEX [vertex-label] ON EDGE [edge-label]([edge-property])

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

firehawk-0.3.tar.gz (9.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page