All Projects → aliyun → Aliyun Log Python Sdk

aliyun / Aliyun Log Python Sdk

Licence: mit
Use python to manage, produce and consume data with Aliyun Log Service.

Programming Languages

python
139335 projects - #7 most used programming language

User Guide

Documentation Status Pypi Version Travis CI Development Status Python version License

中文版README

Introduction

This is the open source version of Python SDK for AliCloud Log Service. It's a Python programming interfaces of Alicloud Log Service, providing encapsulations of Log Service Rest API. It helps Pythoner to connect to Alicloud Log Service more efficiently.

Refer to the doc: http://aliyun-log-python-sdk.readthedocs.io/.

Don't want to write code? Try the CLI which covers almost all features of this SDK.

Features

  1. Wrap all SLS Rest API (Management, data manipulation, consumer group etc)
  2. Consumer Group high level Class Support.
  3. Python Logging handler util
  4. High level operations: auto paging, auto retry till complete, copy project/logstore settings, arrange_shard, resource usage etc.
  5. Elasticsearch data migration
  6. ETL feature: copy data cross logstore, transform data cross logstore with powerful ETL config.

Supported Python:

  1. Python 2.6
  2. Python 2.7
  3. Python 3.3
  4. Python 3.4
  5. Python 3.5
  6. Python 3.6
  7. Python 3.7
  8. Pypy2
  9. Pypy3

Supported Log Service API

  1. Log Service API 0.6

Change Logs

Change Logs

Installation

pip install -U aliyun-log-python-sdk

Sample Code:

Complete API Reference

Other resources

  1. Alicloud Log Service homepage:https://www.alibabacloud.com/product/log-service
  2. Alicloud Log Service doc:https://www.alibabacloud.com/help/product/28958.htm
  3. for any issues, please submit support tickets
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].