Metadata-Version: 2.1
Name: tecton_runtime
Version: 1.0.0rc1
Summary: Tecton Transformation Service Sidecar
Home-page: https://tecton.ai
Author: Tecton, Inc.
Author-email: support@tecton.ai
License: Tecton Proprietary
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: License :: Other/Proprietary License
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: grpcio==1.60.2
Requires-Dist: grpcio-reflection>=1.60.0
Requires-Dist: grpcio-health-checking>=1.60.0
Requires-Dist: numpy>=1.24.4
Requires-Dist: pandas>=1.3.5
Requires-Dist: pyarrow>=8.0.0
Requires-Dist: statsd>=3.3.0

![logo](https://s3.us-west-2.amazonaws.com/tecton.ai.public/documentation/pypi/tecton-logo.svg)

Tecton is the fastest way to build operational machine learning applications. It helps automate real-time decision making like fraud detection, product recommendations, and search result ranking in production applications.

Tecton is a fully-managed feature platform built to orchestrate the complete lifecycle of features, from transformation to online serving, with enterprise-grade SLAs.

With Tecton, you can:

- Define and manage features using code in a git repository.
- Automatically compute and orchestrate batch, streaming, and real-time feature
  transformations.
- Store and serve feature data for training and inference.
- Share, discover, and manage access to features.

# Contents of the `tecton-runtime` PyPI package

The `tecton-runtime` PyPI package bundles Tecton's Transformation Service Sidecar, which is used by Tecton's on demand feature view and stream ingestion capabilities.
It has the following configuration options available, that can be specified as environment variables:

- `TRANSFORM_SERVER_LOG_FILENAME`: The name of the log file to write to. Defaults to a temporary file.
- `TRANSFORM_SERVER_DISABLE_CONSOLE_LOGGING`: If set to `true`, disables logging to the console. Defaults to `false`.
- `TRANSFORM_SERVER_LOG_LEVEL`: The log level to use. Defaults to `DEBUG`.
- `TRANSFORM_SERVER_SOCKET`: The socket to listen on. Defaults to `/tmp/transform_server.sock`.
- `TRANSFORM_SERVER_ADDRESS`: The address to listen on. Defaults to `localhost:50051`.
- `TRANSFORM_SERVER_MAX_WORKERS`: The maximum number of workers to use by the grpc server. Defaults to `2`.
- `TRANSFORM_SERVER_HEALTH_STATUS_UPDATE_INTERVAL`: The interval in seconds to check the transform server stage and set the health servicer status. Defaults to `60`.

Only one `TRANSFORM_SERVER_SOCKET` or `TRANSFORM_SERVER_ADDRESS` should be set. If neither are set, the transform server will list on `[::]:50051`.


# Getting started resources

To get started using Tecton, see these resources, which are found in the [documentation](https://docs.tecton.ai/):

* [Machine Learning Application Concepts](https://docs.tecton.ai/docs/introduction/machine-learning-application-concepts)

* [Tecton Concepts](https://docs.tecton.ai/docs/introduction/tecton-concepts)

* [Setting up Tecton](https://docs.tecton.ai/docs/category/setting-up-tecton)

* [Tecton Quickstart](https://docs.tecton.ai/docs/tutorials/tecton-quick-start/)

# License

Copyright (2024) Tecton, Inc. This library (the "Software") may not be used except in connection with the Licensee's use
of the Tecton Platform Services (defined below) pursuant to an Agreement (defined below) between Licensee (defined
below) and Tecton, Inc. ("Tecton"). This Software shall be deemed part of the "Services" under the Agreement, or if the
Agreement does not define Services, then the term in such Agreement that refers to the applicable Tecton Platform
Services (as defined below) shall be substituted herein for "Services." Licensee's use of the Software must comply at
all times with any restrictions applicable to the Services, generally, and must be used in accordance with any
applicable documentation. If you have not agreed to an Agreement or otherwise do not agree to these terms, you may not
use the Software. This license terminates automatically upon the termination of the Agreement or Licensee's breach of
these terms. Agreement: the agreement between Tecton and Licensee governing the use of the Tecton Platform Services,
which shall be, with respect to Tecton, the Tecton Platform-as-a-Service Agreement located
at https://www.tecton.ai/tecton_online-tos/, unless Licensee has entered into a separate written agreement with Tecton
governing the use of the Tecton Platform Services. Tecton Platform Services: the Tecton services according to where the
Software is used. Licensee: the user of the Software, or, if the Software is being used on behalf of a company, the
company.
