Skip to content
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

Add links to Medium blog #14

Merged
merged 1 commit into from
Sep 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
9 changes: 9 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,15 @@

Feast is an open-source feature store for production ML. Learn how you can use ScyllaDB with Feast.

.. topic-box::
:title: How Medium is using ScyllaDB for feature stores
:link: https://medium.engineering/scylladb-implementation-lists-in-mediums-feature-store-part-2-905299c89392
:icon: scylla-icon scylla-icon--circe
:class: large-4
:anchor: Read more

Learn how Medium is using ScyllaDB to build a fast and scalable feature store.

.. raw:: html

</div></div></div>
Expand Down
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ ScyllaDB is a real-time high-throughput NoSQL database that is best suited for f
* **High-throughput**: Training requires huge amounts of data and processing large datasets with many millions of operations per second - something that ScyllaDB excels at.
* **Large-scale**: ScyllaDB can handle petabytes of data while still providing great performance.

Read how [Medium is using ScyllaDB](https://medium.engineering/scylladb-implementation-lists-in-mediums-feature-store-part-2-905299c89392) as a feature store.

# Get started

Expand Down