Skip to main content

another hexastore implementation

Project description

hexastore

another hexastore implementation

Installation | Getting Up And Running | Examples | API | See Also

An implementation of "Sextuple Indexing for Semantic Web Data Management" from C. Weiss et al.. This is an implementation for fun only, hence may be used if really needed, else it is adviced to use something more serious. The main feature are:

  • Basic functionality to CRUD triples in the store.

Installation

pip install hexastore

Getting Up and Running

nox -l

Examples

import hexastore
store = hexastore.Hexastore()
store.insert(["hexastores", "are", "awesome"])
store.insert(["cats", "are", "awesome"])
result = store.search(subject="cats")

API

For now pydoc hexastore.Hexastore.

See Also

  • See the original paper here.

  • Or for a more serious library, maybe use this.

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

hexastore-0.1.0.tar.gz (4.3 kB view hashes)

Uploaded Source

Built Distribution

hexastore-0.1.0-py3-none-any.whl (5.3 kB view hashes)

Uploaded Python 3

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