-
Notifications
You must be signed in to change notification settings - Fork 86
feat: landing page and latest docs for chronon.ai website #1074
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
piyush-zlai
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, thanks for the updates!
pengyu-hou
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot @nikhil-zlai for updating the doc site. I left a few minor comments.
| <img src="_static/logos/netflix.svg" alt="Netflix" class="company-logo"> | ||
| <img src="_static/logos/stripe.svg" alt="Stripe" class="company-logo"> | ||
| <img src="_static/logos/airbnb.svg" alt="Airbnb" class="company-logo"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
adjust the order :)
| <img src="_static/logos/netflix.svg" alt="Netflix" class="company-logo"> | |
| <img src="_static/logos/stripe.svg" alt="Stripe" class="company-logo"> | |
| <img src="_static/logos/airbnb.svg" alt="Airbnb" class="company-logo"> | |
| <img src="_static/logos/airbnb.svg" alt="Airbnb" class="company-logo"> | |
| <img src="_static/logos/stripe.svg" alt="Stripe" class="company-logo"> | |
| <img src="_static/logos/netflix.svg" alt="Netflix" class="company-logo"> |
| <div class="feature-card"> | ||
| <h3><i class="fas fa-bolt feature-icon"></i> Production-Grade Performance</h3> | ||
| <p>Serve features with <strong>sub-10ms p99 latency</strong> using battle-tested Vert.x infrastructure. | ||
| Deploy in embedded mode for minimal overhead or standalone for independent scaling—your choice, zero |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Deploy in embedded mode for minimal overhead or standalone for independent scaling—your choice, zero | |
| Deploy in embedded mode for minimal overhead or standalone mode for independent scaling—your choice, zero |
| <div class="feature-card"> | ||
| <h3><i class="fa-solid fa-code feature-icon"></i> Developer-Friendly API</h3> | ||
| <p>Express complex temporal aggregations in simple, declarative Python. One unified API works across | ||
| batch (Spark), streaming (Flink), and serving contexts—no need to learn multiple frameworks or |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Technically, Spark streaming is still supported but not recommended?
| batch (Spark), streaming (Flink), and serving contexts—no need to learn multiple frameworks or | |
| batch (Spark), streaming (Flink or Spark streaming), and serving contexts—no need to learn multiple frameworks or |
| <a href="https://www.youtube.com/watch?v=Ko186KFDOJ8" target="_blank" class="resource-card"> | ||
| <span class="resource-type">Video</span> | ||
| <h3>Building Generative Recommenders with Chronon</h3> | ||
| <div class="resource-meta"> | ||
| <span>Feature Store summit - 2025</span> | ||
| </div> | ||
| </a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
adding another video from me shamelessly 😄
| <a href="https://www.youtube.com/watch?v=Ko186KFDOJ8" target="_blank" class="resource-card"> | |
| <span class="resource-type">Video</span> | |
| <h3>Building Generative Recommenders with Chronon</h3> | |
| <div class="resource-meta"> | |
| <span>Feature Store summit - 2025</span> | |
| </div> | |
| </a> | |
| <a href="https://www.youtube.com/watch?v=Ko186KFDOJ8" target="_blank" class="resource-card"> | |
| <span class="resource-type">Video</span> | |
| <h3>Building Generative Recommenders with Chronon</h3> | |
| <div class="resource-meta"> | |
| <span>Feature Store summit - 2025</span> | |
| </div> | |
| </a> | |
| <a href="https://video.withairbnb.com/media/t/1_b27ddpnb?st=2725" target="_blank" class="resource-card"> | |
| <span class="resource-type">Video</span> | |
| <h3>Democratizing High-Performance AI/ML Feature Engineering Through Open Source</h3> | |
| <div class="resource-meta"> | |
| <span>AI @ AirBnb - 2025</span> | |
| </div> | |
| </a> |
Summary
created a new landing page for chronon site. see: chronon.ai (no link references to any external company - only slack or github)
updated the release script to build the site.
Why / Goal
People who visit the site need to quickly understand the value proposition and status of the project.
Test Plan
Checklist
Reviewers
@pengyu-hou @mears-stripe