Pathway License Key
Pathway is an open-source framework, you can use easily install it and use its core features for free. However, for advanced use cases and access to Enterprise features, a Pathway license key is required. This key unlocks enhanced capabilities designed to meet the needs of enterprise-grade applications and high-demand environments.
Obtaining a Pathway license key is free.
Why Do You Need a License Key?
A Pathway license key unlocks advanced capabilities for demanding use cases:
Feature | Community version | With License |
---|---|---|
Free | ✅ | ✅ |
RAM Usage Limit | Up to 8GB | Up to 16GB |
Connectors | Standard connectors | SharePoint and Delta table connectors |
Functionalities | Basic features | Advanced tools (e.g., SlideParser ) |
Monitoring | ❌ | ✅ |
For larger workloads or more custom functionalities, consider our Enterprise version.
Obtaining a License Key
To obtain a license key, you need to log in or create an account. We offer a simple login process using your GitHub or LinkedIn account.
Please click the button below to proceed:
How to Use the License Key
Once you have your license key, integrating it into your Pathway application is simple. You can set the key in one of two ways:
1. As an Environment Variable
Define the license key as an environment variable in your system:
export PATHWAY_LICENSE_KEY="your-license-key-here"
This approach ensures the license key is available to your application without modifying your code.
2. Directly in Your Pathway Code
Set the license key programmatically in your application using the pw.set_license_key
function:
pw.set_license_key("your-license-key-here")
Apply and Restart
After setting the license key, restart your application to activate the Enterprise features.
Telemetry, Data Privacy, and Terms of Use
All use of Pathway is subject to Licensing Terms and Conditions. By using this key, you additionally acknowledge and agree that anonymized product usage data is sent to Pathway (the company) via an OpenTelemetry collector. This data help us improve the product and provide better support.
All data collected is subject to Pathway's Privacy Policy. You have the right to review Pathway's Privacy Policy to understand how your data is handled.
Support
If you encounter issues with your license key or have questions about its use, our team is here to help. Contact us on discord or on GitHub.