Skip to main content

Kraken DB API

Project description

Python library to access kraken-db via api

How to use:

import kraken_db_api as db

db.set_db_url('url of the db server')

Post db.post(observation)

Get observations = db.get(record_type, record_id, key, value)

Get schemas schemas = db.get_schemas()

Search search_params = { 'record_type': 'person', 'record_id': 'id', 'order_by': 'created_date', 'order_direction': 'desc', 'limit': 20, 'offset': 20 } observations = db.search(search_params)

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

kraken-db-api-0.0.2.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distribution

kraken_db_api-0.0.2-py3-none-any.whl (3.5 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