Skip to main content

Kraken DB SQLITE

Project description

Library to schema_org

How to use

from kraken_db import kraken_db as db

db.init()

Data dictionary

Observation

id = Column(String)
observation_id = Column(String, primary_key=True)
ref_id = Column(String)
datasource = Column(String)
agent = Column(String)
instrument = Column(String)
object = Column(String)
result = Column(String)
start_time = Column(DateTime)
end_time = Column(DateTime)
valid = Column(Boolean)

record_type = Column(String)
record_id = Column(String)
key = Column(String)
value = Column(String)
credibility = Column(Float)
created_date = Column(DateTime)    

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-sqlite-0.0.29.tar.gz (8.0 kB view hashes)

Uploaded Source

Built Distribution

kraken_db_sqlite-0.0.29-py3-none-any.whl (8.7 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