Commit 0a0afbc
DA-836: Added tutorial for DataAPI with AppSync (#70)
* DA-836: added tutorial for data-api with appsync
* added: frontmatter and graphql tag
* updated: frontmatter tags
* updated: grapql query to remove sql injection problem
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* updated: exception handling for mapbox
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* upadted: sql++ query in resolver
* added: home streamlit home page steup
* updated: links to data API docs
* updated: tutorial
- use environment variables for credentials in AppSync
- removed Couchbase credentials from frontend
- restructured steps and screenshots
* updated: resource path info with doc link
* updated: tutorial with geospatial hotel search implementation
- Refactor GraphQL schema to use nested Airport type with location
- Update resolver with SQL++ CTE for geospatial distance calculations
- Implement dual-layer map visualization (hotels + airports)
- Add differentiated tooltips (full details for hotels, name only for airports)
- Simplify frontend code and remove complex zoom calculations
- Update tutorial documentation with comprehensive geospatial examples
- update the screenshots for the new use case
* updated: tutorial to reduce frontend explanation and add a section on explaining the tech stack
* updated: tutorial prerequisites and steps for geospatial hotel search implementation
- Updated prerequisites to include specific Couchbase and AWS account requirements
- Revised tutorial steps for creating AppSync API and configuring Data API
- Updated screenshots and interactive map descriptions for better user guidance
---------
Co-authored-by: Viraj Agarwal <virajagarwal15@gmail.com>
Co-authored-by: Viraj Agarwal <91372648+VirajAgarwal1@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>1 parent c22a2ba commit 0a0afbc
File tree
10 files changed
+480
-1
lines changed- test
- tutorial/markdown/nodejs/dataApi-appsync-tutorial
10 files changed
+480
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
Lines changed: 479 additions & 0 deletions
Large diffs are not rendered by default.
0 commit comments