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

Update multistore-setup-options.md #1907

Merged
merged 1 commit into from
Jun 7, 2023
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ The following table provides details on infrastructure for this setup:
| What | How |
|------|-----|
| DB | Shared |
| Key-value storage (Redis) and Search (OpenSearch/ElasticCache) services | Shared |
| Key-value storage (Redis) and Elasticsearch (OpenSearch/ElasticCache) services | Shared |
| Spryker Storefront Yves |Shared |
| Spryker Commerce OS (Backend Gateway Zed + Glue Backend API + Back Office) | Shared |
| Complexity of rollout | Low |
Expand Down Expand Up @@ -119,7 +119,7 @@ The following table provides details on the infrastructure for this setup:
| What | How |
|------|-----|
| DB | Separate |
| Key-value storage (Redis) and search (OpenSearch/ElasticCache) services | Shared |
| Key-value storage (Redis) and Elasticsearch (OpenSearch/ElasticCache) services | Shared |
| Spryker Storefront Yves |Shared |
| Spryker Commerce OS (Backend Gateway Zed + Glue Backend API + Back Office) | Shared |
| Complexity of rollout | Medium |
Expand All @@ -138,7 +138,7 @@ You can apply the virtually isolated database to setup one and setup three too.
This setup has the following characteristics:

- Multiple stores. 
- Each store has dedicated search and key-value storage services.
- Each store has dedicated key-value storage (Redis) and Elasticsearch (OpenSearch/ElasticCache) services.
- Separate database per account.
- Allows for different regions.
- Lets you use themes for a different visual look and feel.
Expand Down Expand Up @@ -173,7 +173,7 @@ The following table provides details on the infrastructure for this setup:
| What | How |
|------|-----|
| DB | Separate |
| Key-value storage (Redis) and search (OpenSearch/ElasticCache) services | Separate |
| Key-value storage (Redis) and Elasticsearch (OpenSearch/ElasticCache) services | Separate |
| Spryker Storefront Yves |Separate |
| Spryker Commerce OS (Backend Gateway Zed + Glue Backend API + Back Office) | Separate |
| Complexity of rollout | High |
Expand All @@ -189,7 +189,7 @@ The following tables contain high-level criteria that sum up the setups describe
| What | Setup 1 | Setup 2 | Setup 2 |
|------------------------------------------------------------------------|---------|----------|----------|
| DB | Shared | Separate | Separate |
| Ke-value storage (Redis) and search (OpenSearch/ElasticCache) services | Shared | Shared | Separate |
| Ke-value storage (Redis) and Elasticsearch (OpenSearch/ElasticCache) services | Shared | Shared | Separate |
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ke-value -> Key value

| Spryker Storefront Yves | Shared | Shared | Separate |
| Spryker Commerce OS | Shared | Shared | Separate |
| Complexity of rollout | Low | Medium | High |
Expand Down