| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 1858daf commit bf4e3fa
25 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -535,6 +535,25 @@ test-python-universal-elasticsearch-online: ## Run Python Elasticsearch online s | |||
| 535 | 535 | not test_snowflake" \ | |
| 536 | 536 | sdk/python/tests | |
| 537 | 537 | ||
| 538 | + test-python-universal-mongodb-online: ## Run Python MongoDB online store integration tests | ||
| 539 | + PYTHONPATH='.' \ | ||
| 540 | + FULL_REPO_CONFIGS_MODULE=sdk.python.feast.infra.online_stores.mongodb_online_store.mongodb_repo_configuration \ | ||
| 541 | + PYTEST_PLUGINS=sdk.python.tests.universal.feature_repos.universal.online_store.mongodb \ | ||
| 542 | + python -m pytest -n 8 --integration \ | ||
| 543 | + -k "not test_universal_cli and \ | ||
| 544 | + not test_go_feature_server and \ | ||
| 545 | + not test_feature_logging and \ | ||
| 546 | + not test_reorder_columns and \ | ||
| 547 | + not test_logged_features_validation and \ | ||
| 548 | + not test_lambda_materialization_consistency and \ | ||
| 549 | + not test_offline_write and \ | ||
| 550 | + not test_push_features_to_offline_store and \ | ||
| 551 | + not gcs_registry and \ | ||
| 552 | + not s3_registry and \ | ||
| 553 | + not test_universal_types and \ | ||
| 554 | + not test_snowflake" \ | ||
| 555 | + sdk/python/tests | ||
| 556 | + | ||
| 538 | 557 | test-python-universal-milvus-online: ## Run Python Milvus online store integration tests | |
| 539 | 558 | PYTHONPATH='.' \ | |
| 540 | 559 | FULL_REPO_CONFIGS_MODULE=sdk.python.feast.infra.online_stores.milvus_online_store.milvus_repo_configuration \ | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -131,6 +131,7 @@ | |||
| 131 | 131 | * [ScyllaDB](reference/online-stores/scylladb.md) | |
| 132 | 132 | * [SingleStore](reference/online-stores/singlestore.md) | |
| 133 | 133 | * [Milvus](reference/online-stores/milvus.md) | |
| 134 | + * [MongoDB](reference/online-stores/mongodb.md) | ||
| 134 | 135 | * [Registries](reference/registries/README.md) | |
| 135 | 136 | * [Local](reference/registries/local.md) | |
| 136 | 137 | * [S3](reference/registries/s3.md) | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -50,6 +50,10 @@ Please see [Online Store](../../getting-started/components/online-store.md) for | |||
| 50 | 50 | [mysql.md](mysql.md) | |
| 51 | 51 | {% endcontent-ref %} | |
| 52 | 52 | ||
| 53 | + {% content-ref url="mongodb.md" %} | ||
| 54 | + [mongodb.md](mongodb.md) | ||
| 55 | + {% endcontent-ref %} | ||
| 56 | + | ||
| 53 | 57 | {% content-ref url="hazelcast.md" %} | |
| 54 | 58 | [hazelcast.md](hazelcast.md) | |
| 55 | 59 | {% endcontent-ref %} | |
| Back | FazBrowse Home | New Git URL |
0 commit comments