Vazaar is a personal information manager based on tools and ideas
borrowed from the semantic web area. It's (almost) all about metadata
or data that describes other data.
This prototype is in a
... [More]
early stage of development. Consider it an
application where i'm going adding new features and building the
necessary infraestructure for an easy deploy.
# REQUISITES
- Data layer:
Vazaar uses SQLite database as store for graphs. MySQL, PostreSQL
and others backends will be supported in the future
dependencies:
- database server: SQLite
- libraries: python-sqlite
- Logic layer:
Intensive use of rdflib library for semantic operations.
dependencies:
- language: python 2.5 (An interactive high-level
object-oriented language)
- li [Less]