Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
de78822
revised the landing page
chenlica Apr 28, 2026
146d1af
revised the content based on a PR review
chenlica Apr 30, 2026
807bdab
Merge branch 'main' into chore/new-landing-page
chenlica Apr 30, 2026
ff273a8
minor change
chenlica Apr 30, 2026
2ca5e0b
Merge branch 'chore/new-landing-page' of https://github.com/chenlica/…
chenlica Apr 30, 2026
aafcac7
minor change
chenlica Apr 30, 2026
aa63ef8
Replace external screenshot link with in-repo docs/system-screenshot.png
bobbai00 Apr 30, 2026
0b8a052
Merge branch 'main' into chore/new-landing-page
chenlica May 1, 2026
2949b30
Merge branch 'main' into chore/new-landing-page
chenlica May 1, 2026
910327d
revised the About page and its image
chenlica Apr 30, 2026
7dab9b7
modified .asf.yaml
chenlica May 1, 2026
91bf330
Merge branch 'main' into chore/new-landing-page
chenlica May 1, 2026
b2fe1ae
Merge branch 'main' into chore/new-landing-page
chenlica May 1, 2026
9209feb
Merge branch 'main' into chore/new-landing-page
chenlica May 1, 2026
2b01ab3
Merge branch 'main' into chore/new-landing-page
chenlica May 1, 2026
999b7c7
revised .asf.yaml file
chenlica May 1, 2026
29258c2
added interactive-engine as a label
chenlica May 1, 2026
0fe6845
chore(frontend): apply prettier formatting to About page
aglinxinyuan May 1, 2026
2efea50
Merge branch 'main' into chore/new-landing-page
aglinxinyuan May 1, 2026
702d524
Merge branch 'main' into chore/new-landing-page
Yicong-Huang May 1, 2026
c44bee2
Merge branch 'main' into chore/new-landing-page
chenlica May 2, 2026
8d42386
Merge branch 'main' into chore/new-landing-page
Yicong-Huang May 2, 2026
f4e19f3
Merge branch 'main' into chore/new-landing-page
Yicong-Huang May 2, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 9 additions & 7 deletions .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,19 @@
# https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features

github:
description: "Collaborative Machine-Learning-Centric Data Analytics Using Workflows"
homepage: https://texera.io/
description: "Human-AI Collaborative Data Science Using Visual Workflows"
homepage: https://texera.apache.org/
labels:
Comment thread
chenlica marked this conversation as resolved.
- workflow
- human-ai-collaboration
- ai-agents
- visual-workflows
- data-science
- data
- machine-learning
- runtime-debugging
- artificial-intelligence
- machine-learning
- interactive-engine
- cloud-native
- data-analytics
- texera


protected_tags:
- "v*.*.*"
Expand Down
41 changes: 16 additions & 25 deletions frontend/src/app/hub/component/about/about.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,27 +29,23 @@
<h1 class="about-title">About Texera</h1>

<p>
Texera is a system for users with various backgrounds to learn and practice data science, AI, and machine
learning. It also allows users to share their datasets and analyze workflows.
Apache Texera (Incubating) is an open-source platform for human-AI collaborative data science using visual
workflows. It enables analysts to construct, execute, and refine data analysis tasks through an intuitive GUI,
assisted by AI agents that understand natural-language instructions. Texera is well-suited for a wide range of
applications, including “AI for Science,” by making advanced AI and data science capabilities accessible to a
broader community. It can run on a laptop for local use or be deployed in the cloud to support scalable processing
of large datasets.
</p>

<h2 class="content-title">Key Features</h2>
<h2 class="content-title">The platform has the following key features:</h2>
<ul class="text-content">
<li>Supporting low-code/no-code data science using workflows</li>
<li>Parallel data-processing engine running on computing clusters</li>
<li>Using the Apache Pekko actor-model system</li>
<li>Supporting UDFs in Python, R, Java, and Scala</li>
<li>Supporting ML training and inference</li>
<li>Including a rich collection of ML operators</li>
<li>Interactive workflow execution model that supports pausing and resuming</li>
<li>Supporting collaborations with shared editing, shared execution, and version control</li>
<li>Supporting debugging, including line-by-line debugging in Python UDFs</li>
<li>Supporting reproducibility of data analysis</li>
<li>Region-by-region execution with full pipelining in each region</li>
<li>Storing execution results using Apache Iceberg</li>
<li>Supporting version-controlled file collections on S3-compatible storage managed by LakeFS</li>
<li>Adopting a microservice-based architecture using Kubernetes and Docker</li>
<li>Supporting computing isolation and storage isolation of multiple tenants</li>
<li>Natural-language data science through AI agents</li>
<li>Intuitive GUI-based workflows for data science</li>
<li>Real-time collaboration for workflow editing and execution</li>
<li>Parallel backend engine for scalable big-data processing</li>
<li>Language-agnostic workflow runtime, native support for Python and Java</li>
<li>Separation of compute and storage for flexible cloud deployment</li>
<li>Runtime debugging and interactive workflow execution</li>
</ul>
<img
class="workflow-gui-screenshot"
Expand All @@ -58,13 +54,8 @@ <h2 class="content-title">Key Features</h2>
<h2 class="learn-more-title">Learn More</h2>
<div class="learn-more-section">
<p>
To learn more, please visit <a href="http://texera.io">texera.io</a>. The
<a href="https://github.com/Texera/texera">source code</a> of the platform is available on GitHub. If you have
comments and questions, please send email to
<img
src="../../../../../assets/texera_email_screenshot.png"
alt="texera email screenshot" />
.
To learn more, please visit <a href="https://texera.apache.org/">https://texera.apache.org/</a>. The
<a href="https://github.com/apache/texera">source code</a> of the platform is available on GitHub.
</p>
</div>
<ng-container *ngIf="(isLogin$ | async) === false as isLogin">
Expand Down
Binary file modified frontend/src/assets/workflow_gui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading