Skip to main content

Tag and Attribute Database.

Project description

Description

TattrDB is a simple way to add Tags and Attributes to hostnames for use as a very generic service management database.

Installation

pip install tattrdb

Database Creation

Tattr uses sqlalchemy underneath and those uses a database url to connect. Once you’ve constructed your url you can plugin it into the example below:

from tattrdb import models
models._sync(models.connect("sqlite:///tattr.sqlite"))

Configuration

Using the same url from the example above you’ll need to create a configuration file at /etc/tattr.yaml as follows:

db_uri: "sqlite:///tattr.sqlite"

Command-line

Once you’ve finished installing and configuring tattr you can use the tattr command line tool to add/rm/modify hosts/tags/attributes. Tattr uses subcommands and each individual subcommand has it’s own help messages.

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

tattrdb-0.1.2.tar.gz (6.7 kB view hashes)

Uploaded Source

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