Skip to main content

Ontolog indexer (pre-alpha)

Project description

Overview

co3 is a lightweight Python ORM for hierarchical storage management. It implements a general type system for defining database components like relations, schemas, engines, etc. Objects inheriting from the CO3 base class can then define data transformations that connect to database components, and can be automatically collected for coordinated database insertion.

co3 attempts to provide a general interface for interacting with a storage media (e.g., database, pickled objects, VSS framework, in-memory key-value stores, etc). The following top-level classes capture the bulk of the operational model:

  • Database: reference to a storage medium, with an Accessor for accessing data, Manager for managing database state, and an Engine for managing connections and external operations.
  • Accessor: provides access to stored items in a Database, typically via a supported select operation over known Component types
  • Manager: manages database storage state (e.g., supported inserts or database sync operations)
  • Mapper: associates CO3 types with Schema components, and provides automatic collection and composition operations for supported items
  • Collector: collects data from defined CO3 type transformations and prepares for Database insert operations
  • Component: atomic storage groups for databases (i.e., generalized notion of a "relation" in relational algebra).
  • Indexer: automatic caching of supported access queries to a Database
  • Schema: general schema analog for grouping related Component sets
  • Differ: facilitates set operations on results from selectable resources (e.g., automatic comparison between file data on disk and file rows in a SQL database)
  • Syncer: generalized syncing procedure for items between data resources (e.g., syncing new, modified, and deleted files from disk to a SQL database that stores file metadata).

The CO3 an abstract base class then makes it easy to integrate this model with regular Python object hierarchies that can be mapped to a storage schema.

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

ontolog-0.0.1.tar.gz (4.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ontolog-0.0.1-py3-none-any.whl (4.0 kB view details)

Uploaded Python 3

File details

Details for the file ontolog-0.0.1.tar.gz.

File metadata

  • Download URL: ontolog-0.0.1.tar.gz
  • Upload date:
  • Size: 4.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for ontolog-0.0.1.tar.gz
Algorithm Hash digest
SHA256 a17ede31b90d22e3bbe5bf7235a8c283aef3800d1c7ecd54f22e0604b04c3387
MD5 080c36d291b3410a013acbfdf5975a71
BLAKE2b-256 7b9dd5bedb871aab9254d28c71af94090142149e4914267aef1c6ca5918a4122

See more details on using hashes here.

File details

Details for the file ontolog-0.0.1-py3-none-any.whl.

File metadata

  • Download URL: ontolog-0.0.1-py3-none-any.whl
  • Upload date:
  • Size: 4.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for ontolog-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 030ba3b24e7a3d59d951f5c8e5f54ba66e4bc38eb61673586bed631177d74326
MD5 1cf867ed5f39b043a949904bfdbe81ae
BLAKE2b-256 ed3d01f22fdc2ce4474f7b521c70ae30dc97ba5648c5ac3ec7a77067ba517bd0

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page