You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add Cassandra/AstraDB online store contribution (#2873)
* Cassandra online store
* Refactor file-editing to a shared utils module
* Use f-strings in the CassandraOnlineStoreCreator
* Specify version 2 in serializing to make the entity key
* Remove unnecessary empty comment lines
* Rename proj to columns in _read_rows_by_entity_key
* Introduce Cassandra-specific pytest targets
* Adapt roadmaps and docs to cover/index Cassandra online store
* Add license notes to code files
Signed-off-by: Stefano Lottini <stefano.lottini@datastax.com>
* remove from main CI path and update entity key serialization in template
Signed-off-by: Danny Chiao <danny@tecton.ai>
* revert makefile change
Signed-off-by: Danny Chiao <danny@tecton.ai>
Co-authored-by: Kevin Zhang <kzhang@tecton.ai>
Co-authored-by: Danny Chiao <danny@tecton.ai>
The [Cassandra / Astra DB] online store provides support for materializing feature values into an Apache Cassandra / Astra DB database for online features.
6
+
7
+
* The whole project is contained within a Cassandra keyspace
8
+
* Each feature view is mapped one-to-one to a specific Cassandra table
9
+
* This implementation inherits all strengths of Cassandra such as high availability, fault-tolerance, and data distribution
10
+
11
+
An easy way to get started is the command `feast init REPO_NAME -t cassandra`.
0 commit comments