Structurarium

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

Rating: nan/5 (Total Votes: 0)

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

Amalgam
Amalgam

11 May 15

ssqlfs
ssqlfs

11 May 15

Qore xmlsec Module
Qore xmlsec Module

20 Feb 15

phpMyBackupPro
phpMyBackupPro

19 Feb 15

Other Software of Developer Amirouche Boubekki

Pythonium
Pythonium

13 May 15

django-graffiti
django-graffiti

14 Apr 15

Subscript
Subscript

11 May 15

Comments to Structurarium

Comments not found
Add Comment
Turn on images!