-
Notifications
You must be signed in to change notification settings - Fork 111
Making Contributions
Chen Li edited this page Oct 6, 2025
·
5 revisions
We welcome interested developers to participate in the project and make contributions.
- Follow the instructions at https://github.com/apache/texera/wiki/Installing-Texera-on-a-Single-Node to install Texera on your laptop using Docker. Get familiar with the system as a user.
- Follow the steps in https://github.com/apache/texera/wiki to get on board and raise a pull request PR). It will be reviewed by the team before it can be merged.
- Check issues in https://github.com/apache/texera/issues and see if you can fix some of them. Focus on the easy ones first.
After making enough contributions, you may be promoted to be a committer. If you prefer, we can also add you to our Slack workspace and invite you to join our meetings.
Copyright © 2025 The Apache Software Foundation.
Getting Started
Implementing an Operator
- Step 2 - Guide to Implement a Java Native Operator
- Step 3 - Guide to Use a Python UDF
- Step 4 - Guide to Implement a Python Native Operator
Contributing to the Project