Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.6 / 3....
  • Linux Kernel 3.0.82 LTS...
  • KDE Software Compilatio...
  • PulseAudio 4.0
  • Wireshark 1.10.0
  • NetworkManager 0.9.8.2
  • LibreOffice 3.6.6 / 4.0...
  • SystemRescueCd 3.7.0
  • Linux Kernel 3.10 RC6
  • Ubuntu Tweak 0.8.5
  • Home > Linux > Database > Database APIs

    Structurarium 0.1

    Download button

    No screenshots available
    Downloads: 111  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Amirouche Boubekki | More programs
    AGPL v3 / FREE
    September 10th, 2012, 22:30 GMT
    ROOT / Database / Database APIs

     Read user reviews (0)  Refer to a friend  Subscribe

    Structurarium description

    Databases written in Python

    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()



    Product's homepage

    Requirements:

    · Python

      


    TAGS:

    Python database | database API | write database | Python | database | API

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM