-
Notifications
You must be signed in to change notification settings - Fork 1
Changes for updated link on capella and some minor changes in readme #12
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -13,8 +13,8 @@ This project demonstrates how to build an Azure Functions-based API that interfa | |||||
| - [Azure CLI](https://docs.microsoft.com/en-us/cli/azure/) configured with appropriate credentials | ||||||
| - [Azure Functions Core Tools](https://docs.microsoft.com/en-us/azure/azure-functions/functions-run-local) (v4.x) | ||||||
| - Azure subscription with Functions and API Management permissions | ||||||
| - [Couchbase Capella](https://www.couchbase.com/products/capella/) cluster with Data API enabled | ||||||
| - Couchbase [travel-sample](https://docs.couchbase.com/dotnet-sdk/current/ref/travel-app-data-model.html) bucket loaded | ||||||
| - [Couchbase Capella](https://www.couchbase.com/products/capella/) cluster with [Data API enabled](https://docs.couchbase.com/cloud/data-api-guide/data-api-start.html#enable-the-data-api) | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. To maintain consistency with the main
Suggested change
|
||||||
| - Couchbase [travel-sample](https://docs.couchbase.com/cloud/clusters/data-service/import-data-documents.html) bucket loaded | ||||||
|
|
||||||
| ## Setup | ||||||
|
|
||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -12,8 +12,8 @@ This project demonstrates how to build a Cloudflare Workers-based API using the | |||||
| - [Node.js](https://nodejs.org/) (v20 or later) | ||||||
| - [Wrangler CLI](https://developers.cloudflare.com/workers/wrangler/install-and-update/) | ||||||
| - [Cloudflare account](https://dash.cloudflare.com/) with verified email | ||||||
| - [Couchbase Capella](https://www.couchbase.com/products/capella/) cluster with Data API enabled | ||||||
| - Couchbase [travel-sample](https://docs.couchbase.com/dotnet-sdk/current/ref/travel-app-data-model.html) bucket loaded | ||||||
| - [Couchbase Capella](https://www.couchbase.com/products/capella/) cluster with [Data API enabled](https://docs.couchbase.com/cloud/data-api-guide/data-api-start.html#enable-the-data-api) | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. For better consistency with the refactored main
Suggested change
|
||||||
| - Couchbase [travel-sample](https://docs.couchbase.com/cloud/clusters/data-service/import-data-documents.html) bucket loaded | ||||||
|
|
||||||
| ## Setup | ||||||
|
|
||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -12,8 +12,8 @@ This project demonstrates how to build a serverless API using **[GCP Cloud Funct | |||||
| - [Node.js](https://nodejs.org/) (v22.x or later) | ||||||
| - [Google Cloud CLI](https://cloud.google.com/sdk/docs/install) configured with appropriate credentials. | ||||||
| - Google Cloud Project with Cloud Functions and API Gateway with [services enabled.](https://cloud.google.com/api-gateway/docs/secure-traffic-gcloud#enabling_required_services) | ||||||
| - [Couchbase Capella](https://www.couchbase.com/products/capella/) cluster with Data API enabled. | ||||||
| - Couchbase [travel-sample](https://docs.couchbase.com/dotnet-sdk/current/ref/travel-app-data-model.html) bucket loaded. | ||||||
| - [Couchbase Capella](https://www.couchbase.com/products/capella/) cluster with [Data API enabled](https://docs.couchbase.com/cloud/data-api-guide/data-api-start.html#enable-the-data-api). | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. To align with the structure of the main Consider also adding a step in the
Suggested change
|
||||||
| - Couchbase [travel-sample](https://docs.couchbase.com/cloud/clusters/data-service/import-data-documents.html) bucket loaded. | ||||||
|
|
||||||
| ## Setup | ||||||
|
|
||||||
|
|
||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For consistency with the main
README.md, which now has a dedicated section for enabling the Data API, it would be clearer to simplify this prerequisite. The mainREADME.mdlists[Couchbase Capella] clusteras a prerequisite and then details enabling the Data API in theDatabase Configurationsection.Consider also adding a step in the
Setupsection of this file to refer users to the mainREADME.mdfor database configuration, similar to how it's done in theazure-functionsandcloudflare-workersREADMEs.