Structurarium

Software Screenshot:
Structurarium
Software Details:
Version: 0.1
Upload Date: 20 Feb 15
Developer: Amirouche Boubekki
Distribution Type: Freeware
Downloads: 56

Rating: 1.0/5 (Total Votes: 1)

Structurarium is a tool that provides a set of Python written networked databases.

Structurarium provides the following databases: structurarium.memo, structurarium.taskqueue, and structurarium.graph.

Getting started

~ pip install Structurarium
~ structurarium.graph --host 127.0.0.1 --port 8000

In a Python REPL:

>>> from structurarium.graph.client.graph import Graph
>>> db = Graph(address=('127.0.0.1', 8000))
>>> one = db.Vertex()
>>> one.save()
>>> two = db.Vertex()
>>> two.save()
>>> edge = db.Edge(one, two)
>>> edge.save()
>>> loaded_one = db.load(one.identifier)
>>> queried_two = loaded_one.outgoings().end().object()

Requirements:

  • Python

Similar Software

Querydsl
Querydsl

11 May 15

conrad
conrad

11 May 15

fdb
fdb

20 Feb 15

Other Software of Developer Amirouche Boubekki

Subscript
Subscript

11 May 15

django-graphiti
django-graphiti

14 Apr 15

django-graffiti
django-graffiti

14 Apr 15

Comments to Structurarium

Comments not found
Add Comment
Turn on images!