Skip to content

rudderlabs/rudder-sdk-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

273 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is Rudder?

Short answer: Rudder is an open-source Segment alternative written in Go, built for the enterprise. .

Long answer: Rudder is a platform for collecting, storing and routing customer event data to dozens of tools. Rudder is open-source, can run in your cloud environment (AWS, GCP, Azure or even your data-centre) and provides a powerful transformation framework to process your event data on the fly.

Released under MIT License 2.0

Getting Started with Android SDK

Install rudder-analytics-python using pip

pip install rudder-analytics-python

Initialize the Client

import rudder_analytics

rudder_analytics.write_key = <WRITE_KEY>
rudder_analytics.data_plane_url = <DATA_PLANE_URL>

Send Events

rudder_analytics.track('developer_user_id', 'Simple Track Event', {
  'key1': 'val1'
})

For more detailed documentation check the documentation page.

Contact Us

If you come across any issues while configuring or using RudderStack, please feel free to contact us or start a conversation on our Discord channel. We will be happy to help you.

About

Python SDK for event streaming in RudderStack - an open-source, warehouse-first customer data pipeline.

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages