René's URL Explorer Experiment


Title: feat: Add ScyllaDB online store with vector search by zseta · Pull Request #6508 · feast-dev/feast · GitHub

Open Graph Title: feat: Add ScyllaDB online store with vector search by zseta · Pull Request #6508 · feast-dev/feast

X Title: feat: Add ScyllaDB online store with vector search by zseta · Pull Request #6508 · feast-dev/feast

Description: Summary Adds ScyllaDB online store to Feast, including support for vector similarity search via ScyllaDB's built-in vector type and HNSW ANN index. What's included New online store feast/infra/online_stores/scylladb_online_store/scylladb.py ScyllaDBOnlineStore implementing OnlineStore ScyllaDBOnlineStoreConfig with all connection and tuning options Full online_write_batch / online_read support retrieve_online_documents_v2 for ANN vector search Native TTL support via CQL's USING TTL — automatically expires rows based on FeatureView.ttl LOCAL_QUORUM as default consistency level for both reads and writes Configuration online_store: type: scylladb hosts: ["host_url1", "host_url2"] keyspace: feast_keyspace local_dc: AWS_US_EAST_1 Vector search Tag any Field with vector_index: "true" and dimensions: "N" to enable ANN search: Field(name="embedding", dtype=Array(Float32), tags={"vector_index": "true", "dimensions": "768"}) Then query with retrieve_online_documents_v2: results = store.retrieve_online_documents_v2( feature_view=fv, requested_feature="embedding", query=[0.1, 0.2, ...], top_k=10, ) Backed by a vector column with a CUSTOM INDEX USING 'vector_index' (HNSW). TTL When a FeatureView has a ttl set, rows are written with CQL's USING TTL clause so ScyllaDB automatically expires stale data. ScyllaDB does not support TTL on vector-indexed columns (it will be fixed in a future release). feast apply will raise an error if user wants to setttl for a vector column. Changes File Change sdk/python/feast/infra/online_stores/scylladb_online_store/scylladb.py New — full implementation sdk/python/feast/infra/online_stores/scylladb_online_store/__init__.py New — package marker sdk/python/feast/repo_config.py Register "scylladb" short-name alias pyproject.toml Add scylladb optional extra with scylla-driver>=3.28.0,<4 docs/reference/online-stores/scylladb.md New reference doc docs/reference/online-stores/overview.md Add ScyllaDB to online store overview docs/reference/alpha-vector-database.md Add ScyllaDB to vector store matrix docs/getting-started/genai.md Mention ScyllaDB vector support sdk/python/tests/integration/online_store/test_scylladb_online_store.py Integration tests sdk/python/tests/universal/feature_repos/universal/online_store/scylladb.py Test store creator Notes Uses scylla-driver Vector search requires ScyllaDB with the Vector Search feature enabled. The keyspace is created automatically if it does not exist (NetworkTopologyStrategy, replication_factor: 3).

Open Graph Description: Summary Adds ScyllaDB online store to Feast, including support for vector similarity search via ScyllaDB's built-in vector type and HNSW ANN index. What's included New online store feast/i...

X Description: Summary Adds ScyllaDB online store to Feast, including support for vector similarity search via ScyllaDB&#39;s built-in vector type and HNSW ANN index. What&#39;s included New online store ...

Opengraph URL: https://github.com/feast-dev/feast/pull/6508

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:846a916a-bd00-28df-09e6-b921bd0e8247
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-id95AA:FAECF:FD583:154436:6A525220
html-safe-nonce26b3d63cf77717e5dd40bebe678b1a5220c8cb0bb93a5784c1697892da5d2eae
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5NUFBOkZBRUNGOkZENTgzOjE1NDQzNjo2QTUyNTIyMCIsInZpc2l0b3JfaWQiOiIxNzM0NDYyMTkxMzkyOTM2NDgwIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac8ea1a6a06334c8952366b1c0be9b81b8ae35b97057804f09a4b830437e8f46f2
hovercard-subject-tagpull_request:3854621258
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/feast-dev/feast/pull/6508/files
twitter:imagehttps://avatars.githubusercontent.com/u/10092181?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/10092181?s=400&v=4
og:image:altSummary Adds ScyllaDB online store to Feast, including support for vector similarity search via ScyllaDB's built-in vector type and HNSW ANN index. What's included New online store feast/i...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Noneb9a586c06a05a7a86fc7e3f4dbd03e42f6869085879aa184aa6369456dbd50fb
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/feast-dev/feast git https://github.com/feast-dev/feast.git
octolytics-dimension-user_id57027613
octolytics-dimension-user_loginfeast-dev
octolytics-dimension-repository_id161133770
octolytics-dimension-repository_nwofeast-dev/feast
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id161133770
octolytics-dimension-repository_network_root_nwofeast-dev/feast
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release7aed05249554b889eb33d002851a973eebcc7e91
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/feast-dev/feast/pull/6508/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Ffeast-dev%2Ffeast%2Fpull%2F6508%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Ffeast-dev%2Ffeast%2Fpull%2F6508%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=feast-dev%2Ffeast
Reloadhttps://github.com/feast-dev/feast/pull/6508/files
Reloadhttps://github.com/feast-dev/feast/pull/6508/files
Reloadhttps://github.com/feast-dev/feast/pull/6508/files
Please reload this pagehttps://github.com/feast-dev/feast/pull/6508/files
feast-dev https://github.com/feast-dev
feasthttps://github.com/feast-dev/feast
Notifications https://github.com/login?return_to=%2Ffeast-dev%2Ffeast
Fork 1.4k https://github.com/login?return_to=%2Ffeast-dev%2Ffeast
Star 7.1k https://github.com/login?return_to=%2Ffeast-dev%2Ffeast
Code https://github.com/feast-dev/feast
Issues 213 https://github.com/feast-dev/feast/issues
Pull requests 176 https://github.com/feast-dev/feast/pulls
Discussions https://github.com/feast-dev/feast/discussions
Actions https://github.com/feast-dev/feast/actions
Security and quality 1 https://github.com/feast-dev/feast/security
Insights https://github.com/feast-dev/feast/pulse
Code https://github.com/feast-dev/feast
Issues https://github.com/feast-dev/feast/issues
Pull requests https://github.com/feast-dev/feast/pulls
Discussions https://github.com/feast-dev/feast/discussions
Actions https://github.com/feast-dev/feast/actions
Security and quality https://github.com/feast-dev/feast/security
Insights https://github.com/feast-dev/feast/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Ffeast-dev%2Ffeast%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Ffeast-dev%2Ffeast%2Fissues%2Fnew%2Fchoose
franciscojavierarceohttps://github.com/franciscojavierarceo
feast-dev:masterhttps://github.com/feast-dev/feast/tree/master
zseta:scylladb-native-online-storehttps://github.com/zseta/feast/tree/scylladb-native-online-store
Conversation 4 https://github.com/feast-dev/feast/pull/6508
Commits 14 https://github.com/feast-dev/feast/pull/6508/commits
Checks 22 https://github.com/feast-dev/feast/pull/6508/checks
Files changed 10 https://github.com/feast-dev/feast/pull/6508/files
feat: Add ScyllaDB online store with vector search https://github.com/feast-dev/feast/pull/6508/files#top
Show all changes 14 commits https://github.com/feast-dev/feast/pull/6508/files
3118ac9 feat: add ScyllaDB online store with vector search zseta Jun 12, 2026 https://github.com/feast-dev/feast/pull/6508/commits/3118ac951bc11f3a279a4eaaaf1e6b296c8273a9
a30364c refactor: update integration tests to use local Docker stack zseta Jun 18, 2026 https://github.com/feast-dev/feast/pull/6508/commits/a30364c86654361d761f405ba84b9ebe3b8502ed
7ef5e21 add testcontainers that support vectors zseta Jun 18, 2026 https://github.com/feast-dev/feast/pull/6508/commits/7ef5e215d9d14c725bc0c5a53d52577e804089f1
a113fd5 fix vector support and refactor zseta Jun 18, 2026 https://github.com/feast-dev/feast/pull/6508/commits/a113fd561ac9394f8916d11727e458177b4d5007
ec48773 docs update zseta Jun 18, 2026 https://github.com/feast-dev/feast/pull/6508/commits/ec48773703ae284af0e0f13d257229d2c6dd2cb4
09f8d32 add support for native TTL, set local_quorum as default zseta Jun 18, 2026 https://github.com/feast-dev/feast/pull/6508/commits/09f8d329f072283e0a09bde81c9ee72de3652f68
b42809e docs fixes zseta Jun 18, 2026 https://github.com/feast-dev/feast/pull/6508/commits/b42809e19e18721057e9b38d3115f5eba6aae7a8
08573c6 add tests zseta Jun 18, 2026 https://github.com/feast-dev/feast/pull/6508/commits/08573c6b98ef7e992cfe82edac13916206fae7a9
de1a61b lint fix zseta Jun 18, 2026 https://github.com/feast-dev/feast/pull/6508/commits/de1a61b22ffa7fda661549910f427dde1c7e1faf
47c4e53 refactor: use one table for both vector and non-vector data zseta Jun 23, 2026 https://github.com/feast-dev/feast/pull/6508/commits/47c4e53b215a8f35e4376d0d17cba5810b1a7a15
6d7db1e fix lint zseta Jun 23, 2026 https://github.com/feast-dev/feast/pull/6508/commits/6d7db1e76d472711dc292340b1456d201a29f74e
496c174 fix lint zseta Jun 23, 2026 https://github.com/feast-dev/feast/pull/6508/commits/496c174ffaf921399b9735ac5809cc78a4a6a30b
61f980f Merge branch 'master' into scylladb-native-online-store zseta Jul 8, 2026 https://github.com/feast-dev/feast/pull/6508/commits/61f980fbc83c5d495ff6b7e0e329999c53ced2c7
5d2ed2f Merge branch 'master' into scylladb-native-online-store franciscojavierarceo Jul 8, 2026 https://github.com/feast-dev/feast/pull/6508/commits/5d2ed2fa771b9b02de67d0309028e98827ec21bd
Clear filters https://github.com/feast-dev/feast/pull/6508/files
Please reload this pagehttps://github.com/feast-dev/feast/pull/6508/files
Please reload this pagehttps://github.com/feast-dev/feast/pull/6508/files
genai.md https://github.com/feast-dev/feast/pull/6508/files#diff-d9ece0abd5294ce890ee03785b157449c292931a06fc06b657f5316909827aac
alpha-vector-database.md https://github.com/feast-dev/feast/pull/6508/files#diff-ba9f52d5dc2a1afabf60d5b00070b48f0063eb6b55326a306f766b3f7c692065
overview.md https://github.com/feast-dev/feast/pull/6508/files#diff-44a24f04e780e9238e9c58321af6b6c0c5633526a28e27a48047b70106c6e4e6
scylladb.md https://github.com/feast-dev/feast/pull/6508/files#diff-b2b91b3edbfa4debdbe5041e1fe48ef34a969c8e05499d9daad3c7dcd92bb16f
pyproject.toml https://github.com/feast-dev/feast/pull/6508/files#diff-50c86b7ed8ac2cf95bd48334961bf0530cdc77b5a56f852c5c61b89d735fd711
__init__.py https://github.com/feast-dev/feast/pull/6508/files#diff-e05dbf238631ae1d68db63ace8b0425a91f8f3f721e0299b7b0ac795b9e297fb
scylladb.py https://github.com/feast-dev/feast/pull/6508/files#diff-a4ba365a81f175d75f1bb4f00268882d23c434349bda32a2fde32005c434aec3
repo_config.py https://github.com/feast-dev/feast/pull/6508/files#diff-c90c6781dcec3cdcc26843e013d3d6e9c1ce89d084b3a67e818fe76a0c7d0436
test_scylladb_online_store.py https://github.com/feast-dev/feast/pull/6508/files#diff-01628ee9a3cca524945f5ed53ae83ecb4f4cf7e1576abc06a04297145d770c8a
scylladb.py https://github.com/feast-dev/feast/pull/6508/files#diff-e87a593c4b89a2fb6b05448252d0644ce437c7efeb90ef95620ada3c53694edf
https://github.com/feast-dev/feast/blob/master/CODEOWNERS#L4
docs/getting-started/genai.mdhttps://github.com/feast-dev/feast/pull/6508/files#diff-d9ece0abd5294ce890ee03785b157449c292931a06fc06b657f5316909827aac
View file https://github.com/zseta/feast/blob/5d2ed2fa771b9b02de67d0309028e98827ec21bd/docs/getting-started/genai.md
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/feast-dev/feast/pull/6508/{{ revealButtonHref }}
https://github.com/feast-dev/feast/pull/6508/files#diff-d9ece0abd5294ce890ee03785b157449c292931a06fc06b657f5316909827aac
https://github.com/feast-dev/feast/pull/6508/files#diff-d9ece0abd5294ce890ee03785b157449c292931a06fc06b657f5316909827aac
https://github.com/feast-dev/feast/blob/master/CODEOWNERS#L4
docs/reference/alpha-vector-database.mdhttps://github.com/feast-dev/feast/pull/6508/files#diff-ba9f52d5dc2a1afabf60d5b00070b48f0063eb6b55326a306f766b3f7c692065
View file https://github.com/zseta/feast/blob/5d2ed2fa771b9b02de67d0309028e98827ec21bd/docs/reference/alpha-vector-database.md
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/feast-dev/feast/pull/6508/{{ revealButtonHref }}
https://github.com/feast-dev/feast/pull/6508/files#diff-ba9f52d5dc2a1afabf60d5b00070b48f0063eb6b55326a306f766b3f7c692065
https://github.com/feast-dev/feast/pull/6508/files#diff-ba9f52d5dc2a1afabf60d5b00070b48f0063eb6b55326a306f766b3f7c692065
https://github.com/feast-dev/feast/pull/6508/files#diff-ba9f52d5dc2a1afabf60d5b00070b48f0063eb6b55326a306f766b3f7c692065
https://github.com/feast-dev/feast/blob/master/CODEOWNERS#L4
docs/reference/online-stores/overview.mdhttps://github.com/feast-dev/feast/pull/6508/files#diff-44a24f04e780e9238e9c58321af6b6c0c5633526a28e27a48047b70106c6e4e6
View file https://github.com/zseta/feast/blob/5d2ed2fa771b9b02de67d0309028e98827ec21bd/docs/reference/online-stores/overview.md
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/feast-dev/feast/pull/6508/{{ revealButtonHref }}
https://github.com/feast-dev/feast/pull/6508/files#diff-44a24f04e780e9238e9c58321af6b6c0c5633526a28e27a48047b70106c6e4e6
https://github.com/feast-dev/feast/blob/master/CODEOWNERS#L4
docs/reference/online-stores/scylladb.mdhttps://github.com/feast-dev/feast/pull/6508/files#diff-b2b91b3edbfa4debdbe5041e1fe48ef34a969c8e05499d9daad3c7dcd92bb16f
View file https://github.com/zseta/feast/blob/5d2ed2fa771b9b02de67d0309028e98827ec21bd/docs/reference/online-stores/scylladb.md
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/feast-dev/feast/pull/6508/{{ revealButtonHref }}
https://github.com/feast-dev/feast/pull/6508/files#diff-b2b91b3edbfa4debdbe5041e1fe48ef34a969c8e05499d9daad3c7dcd92bb16f
https://github.com/feast-dev/feast/pull/6508/files#diff-b2b91b3edbfa4debdbe5041e1fe48ef34a969c8e05499d9daad3c7dcd92bb16f
https://github.com/feast-dev/feast/pull/6508/files#diff-b2b91b3edbfa4debdbe5041e1fe48ef34a969c8e05499d9daad3c7dcd92bb16f
https://github.com/feast-dev/feast/pull/6508/files#diff-b2b91b3edbfa4debdbe5041e1fe48ef34a969c8e05499d9daad3c7dcd92bb16f
pyproject.tomlhttps://github.com/feast-dev/feast/pull/6508/files#diff-50c86b7ed8ac2cf95bd48334961bf0530cdc77b5a56f852c5c61b89d735fd711
View file https://github.com/zseta/feast/blob/5d2ed2fa771b9b02de67d0309028e98827ec21bd/pyproject.toml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/feast-dev/feast/pull/6508/{{ revealButtonHref }}
https://github.com/feast-dev/feast/pull/6508/files#diff-50c86b7ed8ac2cf95bd48334961bf0530cdc77b5a56f852c5c61b89d735fd711
https://github.com/feast-dev/feast/pull/6508/files#diff-50c86b7ed8ac2cf95bd48334961bf0530cdc77b5a56f852c5c61b89d735fd711
https://github.com/feast-dev/feast/pull/6508/files#diff-50c86b7ed8ac2cf95bd48334961bf0530cdc77b5a56f852c5c61b89d735fd711
https://github.com/feast-dev/feast/pull/6508/files#diff-50c86b7ed8ac2cf95bd48334961bf0530cdc77b5a56f852c5c61b89d735fd711
https://github.com/feast-dev/feast/blob/master/CODEOWNERS#L10
sdk/python/feast/infra/online_stores/scylladb_online_store/__init__.pyhttps://github.com/feast-dev/feast/pull/6508/files#diff-e05dbf238631ae1d68db63ace8b0425a91f8f3f721e0299b7b0ac795b9e297fb
View file https://github.com/zseta/feast/blob/5d2ed2fa771b9b02de67d0309028e98827ec21bd/sdk/python/feast/infra/online_stores/scylladb_online_store/__init__.py
Open in desktop https://desktop.github.com
Please reload this pagehttps://github.com/feast-dev/feast/pull/6508/files
Please reload this pagehttps://github.com/feast-dev/feast/pull/6508/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.