-
Notifications
You must be signed in to change notification settings - Fork 142
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #632 from wjohnsto/master
triggers and functions tutorial added
- Loading branch information
Showing
21 changed files
with
691 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+644 KB
...olutions/triggers-and-functions/common-tf/images/01-dashboard-semantic-text.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+498 KB
docs/howtos/solutions/triggers-and-functions/common-tf/images/01-dashboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+518 KB
docs/howtos/solutions/triggers-and-functions/common-tf/images/02-cart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+263 KB
docs/howtos/solutions/triggers-and-functions/common-tf/images/05-order-history.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+188 KB
docs/howtos/solutions/triggers-and-functions/common-tf/images/06-admin-charts.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+359 KB
...tos/solutions/triggers-and-functions/common-tf/images/07-admin-top-trending.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+184 KB
docs/howtos/solutions/triggers-and-functions/common-tf/images/08-settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions
20
...owtos/solutions/triggers-and-functions/common-tf/microservices-ecommerce-tf.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
The e-commerce microservices application consists of a frontend, built using [Next.js](https://nextjs.org/) with [TailwindCSS](https://tailwindcss.com/). The application backend uses [Node.js](https://nodejs.org). The data is stored in [Redis](https://redis.com/try-free/) and either MongoDB or PostgreSQL, using [Prisma](https://www.prisma.io/docs/reference/database-reference/supported-databases). Below are screenshots showcasing the frontend of the e-commerce app. | ||
|
||
**Dashboard:** Displays a list of products with different search functionalities, configurable in the settings page. | ||
![Redis Microservices E-commerce App Frontend - Products Page](images/01-dashboard.png) | ||
|
||
**Settings:** Accessible by clicking the gear icon at the top right of the dashboard. Control the search bar, chatbot visibility, and other features here. | ||
![Redis Microservices E-commerce App Frontend - Settings Page](images/08-settings.png) | ||
|
||
**Dashboard (Semantic Text Search):** Configured for semantic text search, the search bar enables natural language queries. Example: "pure cotton blue shirts." | ||
![Redis Microservices E-commerce App Frontend - Semantic Text Search](images/01-dashboard-semantic-text.png) | ||
|
||
**Shopping Cart:** Add products to the cart and check out using the "Buy Now" button. | ||
![Redis Microservices E-commerce App Frontend - Shopping Cart](images/02-cart.png) | ||
|
||
**Order History:** Post-purchase, the 'Orders' link in the top navigation bar shows the order status and history. | ||
![Redis Microservices E-commerce App Frontend - Order History Page](images/05-order-history.png) | ||
|
||
**Admin Panel:** Accessible via the 'admin' link in the top navigation. Displays purchase statistics and trending products. | ||
![Redis Microservices E-commerce App Frontend - Admin Page](images/06-admin-charts.png) | ||
![Redis Microservices E-commerce App Frontend - Admin Page](images/07-admin-top-trending.png) |
7 changes: 7 additions & 0 deletions
7
...tos/solutions/triggers-and-functions/common-tf/microservices-source-code-tf.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
:::tip GITHUB CODE | ||
|
||
Below is a command to the clone the source code for the application used in this tutorial | ||
|
||
git clone --branch v9.2.0 https://github.com/redis-developer/redis-microservices-ecommerce-solutions | ||
|
||
::: |
Binary file added
BIN
+250 KB
...triggers-and-functions/getting-started-tf/images/add-triggers-redis-insight.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+342 KB
...olutions/triggers-and-functions/getting-started-tf/images/how-triggers-work.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+162 KB
.../triggers-and-functions/getting-started-tf/images/key-space-trigger-test-ri.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+456 KB
...riggers-and-functions/getting-started-tf/images/key-space-trigger-verify-ri.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+214 KB
.../triggers-and-functions/getting-started-tf/images/on-demand-trigger-test-ri.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+430 KB
...riggers-and-functions/getting-started-tf/images/on-demand-trigger-verify-ri.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+347 KB
...ons/triggers-and-functions/getting-started-tf/images/stream-trigger-test-ri.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+196 KB
...-and-functions/getting-started-tf/images/stream-trigger-verify-admin-charts.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+395 KB
...unctions/getting-started-tf/images/stream-trigger-verify-admin-top-trending.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.