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

DOC-9206: How-to Guides for Server Developers: Query — Read Data #2249

Merged
merged 43 commits into from Nov 1, 2021

Conversation

simon-dew
Copy link
Collaborator

@simon-dew simon-dew commented Oct 20, 2021

@simon-dew simon-dew marked this pull request as ready for review October 20, 2021 20:11
@simon-dew
Copy link
Collaborator Author

simon-dew commented Oct 20, 2021

  • Omit legacy join syntax and legacy nest syntax
  • Is there a way of adding JSON data to diagrams instead of dummy values
  • Reduce the Before you begin and Query tools sections on pages after the first
  • Need one-line explanation to say what is going on in code samples

@simon-dew
Copy link
Collaborator Author

couchbase/docs-sdk-nodejs#155 adds comments to the Node.js code snippet in select.adoc

@simon-dew
Copy link
Collaborator Author

couchbase/docs-sdk-python#174 adds comments to the Python code snippet in select.adoc

@simon-dew
Copy link
Collaborator Author

Merging this as there are no further comments

@simon-dew simon-dew merged commit 2fa3ae1 into couchbase:dev-reorg Nov 1, 2021
@simon-dew simon-dew deleted the DOC-9206 branch November 1, 2021 13:23
simon-dew added a commit to simon-dew/docs-server that referenced this pull request Nov 1, 2021
…chbase#2249)

* Add select howto

* Add query how-to landing page

* Add mock SDK examples

* Dhinu's feedback

* Add thmbnails for tools links

* Add developer guides overview

* Canonical order of SDKs

* Update SDK examples with includes

* Move SELECT intro examples to separate files

* Move LIMIT examples to separate files

* Move ORDER BY examples to separate files

* Add local how-to guide examples

* Include external example files

* Use new Python and Node.js "Hello World" examples

* Update FROM clause example

* Update nav for stage 1

* Fix missing attribute in WINDOW Clause

* Update GROUP BY reference to share examples

* Update UNNEST reference to share examples

* Update NEST reference to share examples

* Rewrite explanation of lookup join and index join

* Add join and nest diagrams

* Update JOIN reference to share examples

* Add query how-tos

* Add partials

* Update nav with how-tos

* Add how-to examples

* Add one-line explanation for code samples

* Omit legacy join syntax and legacy nest syntax

* Move Aggregate Function examples to separate files

* Consistent ellipses in examples

* Add list of aggregate functions

* Indexes for nest and join

* Reduce Before you begin and Query tools sections

* Complete examples, add tags and callouts

* Rephrase "recursive" joins

* Minor nav fix

* Move ANSI NEST examples to reference

* Rework lookup join examples as inner and left join

* Minor fixes for examples

* Oops
simon-dew added a commit that referenced this pull request Nov 1, 2021
* DOC-9119: improving description of rebalancing in abstracts and headings. (#2213)

* DOC-9237: Clarify views deprecation in relnotes (#2215)

* DOC-9240: remove reference to query tree from query-workbench docs (#2217)

* DOC-9240: remove reference to query tree from query-workbench.adoc. Add note about removal to relnotes.adoc

* DOC-9240: query-workbench-result-tree.png is no longer in use.

* Doc 9018 document charts on query workbench (#2216)

* DOC-9018: Adding  Query workbench chart documentation

* Put tree stuff back in because it's handled by DOC-9240

* DOC-9018: Changed query-workbench-result-plan.png, so it looks a bit more like the callouts describing it.

* DOC-9018: Tidying up the numbers

* DOC-6760: Added redirect (#2168)

* DOC-9080: added entries for Debian 11.x support (#2221)

* DOC-8891: Added prometheus to list of managed logs (#2104)

* DOC-8894: Updated bucket durability on create and edit bucket (#2105)

* DOC-8923: Fixed typo (#2121)

* DOC-8929: Updated screenshot (#2127)

* DOC-8931: Added note on audit file deletion responsibility (#2130)

* DOC-8997: Information on xdcr between pre and post 7.0 (#2155)

* DOC-9019: Added new metrics for analytics, data service, and cluster manager (#2208)

* DOC-9099: Modified XDCR Advanced Settings and general internal settin… (#2190)

* DOC-9099: Modified XDCR Advanced Settings and general internal settingspages

* DOC-9099: Added review feedback

* DOC-9099: Updated statement on HLV

* DOC-9103for7.0: Updated command name (#2193)

* DOC-9116: Updated reference to xdcr and expiration (#2197)

Co-authored-by: Amarantha Kulkarni <amarantha-k@users.noreply.github.com>

* DOC-9094for7.0: Re-included cbsummary (#2195)

* Doc 9012 (#2158)

* DOC-9012: Modified password-design advice

* DOC-9012: New password-creation advice

* DOC-6667for7.0: Added redirect for intra-cluster replication (#2144)

* Eventing REST API 7.0 updates (#2226)

* Eventing REST API 7.0 updates

Very important for 7.0 (no changes for 7.0.1 or 7.0.2) need for CONNECT

Organize and group into logical sections
Add several missing important endpoints (export, appcode, list, etc.)
Improve descriptions
Fix typos

* Add final /api/v1/list/functions filter

/api/v1/list/functions/query?function_type=sbm
/api/v1/list/functions/query?function_type=notsbm

* Add page-alias for query string query page (#2228)

* Add page-alias for query string query page

* Update fts-query-string-syntax.adoc

Corrected macro name; added extension to file

Co-authored-by: Ray <77050471+RayOffiah@users.noreply.github.com>

* Doc 9222 (#2212)

* DOC-9222: Draft release notes for 7.0.2

* DOC-9222: Release Notes for 7.0.2

* DOC-9222: Additional fixed issues for release notes for 7.0.2

* DOC-9222: Fixed links

* DOC-9222: Added to new features section for release notes

* DOC-9222: Additional fixes and modifications

* DOC-9222: Incorporated review feedback

* DOC-9222: Added line on Eventing feature

* DOC-9222: Added MB-48713

* DOC-9222: Added feedback on Index Service tickets

* DOC-8540: Added information on strict value for cluster encryption-level (#2135)

* DOC-8540: Added information on strict value for cluster encryption-level

* DOC-8540: Wording change to description of strict option

* DOC-8540: Added information on consequences of strict TLS enablement

* DOC-8540: Additional information and links related to strict encryption level

* DOC-8540: Clarified server version as 7.0.2+

* DOC-9021: Added statement on effect of revEpoch (#2165)

* DOC-9017: Standard Index Storage for Ephemeral Buckets (#2201)

* DOC-9017: Standard Index Storage for Ephemeral Buckets

* DOC-9017: Added note on editions

* DOC-9016: Updated UI for create cluster (#2159)

* DOC-9016: Updated UI for create cluster

* DOC-9016: Updated address family information for CLI and REST Initialization

* DOC-9178: Added info on new license restriction for node-count in CE 7.0+ (#2207)

* DOC-9192: Added information on alternate address for target cluster (#2210)

* DOC-9192: Added information on alternate address for target cluster

* DOC-9192: Added review feedback

Co-authored-by: Ray <77050471+RayOffiah@users.noreply.github.com>

* DOC-9066: Added instructions to windows install (#2211)

* DOC-9066: Added instructions to windows install

* DOC-9066: Added initial bullet on admin privileges

* DOC-9093: Added audit events (#2186)

* DOC-6535: Added redirect (#2178)

* Revert "Doc 9222" - Some changes needed for PHP build (#2231)

* Revert "Doc 9222 (#2212)"

This reverts commit 444f566.

* Gardening

Co-authored-by: Richard Smedley <rgsmedley@gmail.com>

* DOC-9177: Added note on 7.0.2 IP Address Families (#2205)

* Revert "Revert "Doc 9222" - Some changes needed for PHP build (#2231)" (#2232)

This reverts commit ef5f2fb.

* Removed statement: "Couchbase Server supports durability for single-document writes only." (#2233)

* Fix bad line wrap (#2229)

* Fix bad line wrap

No line breaks as I intended in this example in actual formatting outside of git - so broke it up into two code blocks

* fix method on POST for /config

* Fix methods for /appcode

* Updated release note for MB-48783 (#2234)

* Updated release note

* Gardening

Co-authored-by: Richard Smedley <rgsmedley@gmail.com>

* Added note about new charts on query workbench (#2235)

* Alias fix (#2238)

* 11.x not ready to go yet. (#2242)

* Add changes to query workbench to release note (#2236)

* Added note about new charts on query workbench

* Added QueryBench charts to new features section: relnotes.adoc

* Removed issue reference for chart addition to Query workbench: relnotes.adoc

* DOC-9252: Capella Rebrand (#2247)

* Quick typo fix (#2230)

* DOC-9290: Note on re-addition of removed nodes (#2239)

* page alias (#2251)

* Revert "page alias (#2251)" (#2252)

This reverts commit 472e875.

* DOC-9204: Developer Guides Overview (#2224)

* Rewrite Choose Your Next Steps to distinguish Developer Guides and Developer Information

* Add Developer Guides overview

* Update Nav

* Revert "Revert "page alias (#2251)" (#2252)" (#2254)

This reverts commit 0a42a35.

* Revert "Revert "Revert "page alias (#2251)" (#2252)" (#2254)" (#2255)

This reverts commit 7c58ab4.

* Add link for CVE-2021-35943 (#2250)

* Redirect for phantom AO page (#2257)

This time we know why it went wrong before  ;)

* DOC-9204: Developer Guides Overview (#2224)

* Rewrite Choose Your Next Steps to distinguish Developer Guides and Developer Information

* Add Developer Guides overview

* Update Nav

* Merge changes from release/7.0 into dev-reorg (#2248)

* DOC-9119: improving description of rebalancing in abstracts and headings. (#2213)

* DOC-9237: Clarify views deprecation in relnotes (#2215)

* DOC-9240: remove reference to query tree from query-workbench docs (#2217)

* DOC-9240: remove reference to query tree from query-workbench.adoc. Add note about removal to relnotes.adoc

* DOC-9240: query-workbench-result-tree.png is no longer in use.

* Doc 9018 document charts on query workbench (#2216)

* DOC-9018: Adding  Query workbench chart documentation

* Put tree stuff back in because it's handled by DOC-9240

* DOC-9018: Changed query-workbench-result-plan.png, so it looks a bit more like the callouts describing it.

* DOC-9018: Tidying up the numbers

* DOC-6760: Added redirect (#2168)

* DOC-9080: added entries for Debian 11.x support (#2221)

* DOC-8891: Added prometheus to list of managed logs (#2104)

* DOC-8894: Updated bucket durability on create and edit bucket (#2105)

* DOC-8923: Fixed typo (#2121)

* DOC-8929: Updated screenshot (#2127)

* DOC-8931: Added note on audit file deletion responsibility (#2130)

* DOC-8997: Information on xdcr between pre and post 7.0 (#2155)

* DOC-9019: Added new metrics for analytics, data service, and cluster manager (#2208)

* DOC-9099: Modified XDCR Advanced Settings and general internal settin… (#2190)

* DOC-9099: Modified XDCR Advanced Settings and general internal settingspages

* DOC-9099: Added review feedback

* DOC-9099: Updated statement on HLV

* DOC-9103for7.0: Updated command name (#2193)

* DOC-9116: Updated reference to xdcr and expiration (#2197)

Co-authored-by: Amarantha Kulkarni <amarantha-k@users.noreply.github.com>

* DOC-9094for7.0: Re-included cbsummary (#2195)

* Doc 9012 (#2158)

* DOC-9012: Modified password-design advice

* DOC-9012: New password-creation advice

* DOC-6667for7.0: Added redirect for intra-cluster replication (#2144)

* Eventing REST API 7.0 updates (#2226)

* Eventing REST API 7.0 updates

Very important for 7.0 (no changes for 7.0.1 or 7.0.2) need for CONNECT

Organize and group into logical sections
Add several missing important endpoints (export, appcode, list, etc.)
Improve descriptions
Fix typos

* Add final /api/v1/list/functions filter

/api/v1/list/functions/query?function_type=sbm
/api/v1/list/functions/query?function_type=notsbm

* Add page-alias for query string query page (#2228)

* Add page-alias for query string query page

* Update fts-query-string-syntax.adoc

Corrected macro name; added extension to file

Co-authored-by: Ray <77050471+RayOffiah@users.noreply.github.com>

* Doc 9222 (#2212)

* DOC-9222: Draft release notes for 7.0.2

* DOC-9222: Release Notes for 7.0.2

* DOC-9222: Additional fixed issues for release notes for 7.0.2

* DOC-9222: Fixed links

* DOC-9222: Added to new features section for release notes

* DOC-9222: Additional fixes and modifications

* DOC-9222: Incorporated review feedback

* DOC-9222: Added line on Eventing feature

* DOC-9222: Added MB-48713

* DOC-9222: Added feedback on Index Service tickets

* DOC-8540: Added information on strict value for cluster encryption-level (#2135)

* DOC-8540: Added information on strict value for cluster encryption-level

* DOC-8540: Wording change to description of strict option

* DOC-8540: Added information on consequences of strict TLS enablement

* DOC-8540: Additional information and links related to strict encryption level

* DOC-8540: Clarified server version as 7.0.2+

* DOC-9021: Added statement on effect of revEpoch (#2165)

* DOC-9017: Standard Index Storage for Ephemeral Buckets (#2201)

* DOC-9017: Standard Index Storage for Ephemeral Buckets

* DOC-9017: Added note on editions

* DOC-9016: Updated UI for create cluster (#2159)

* DOC-9016: Updated UI for create cluster

* DOC-9016: Updated address family information for CLI and REST Initialization

* DOC-9178: Added info on new license restriction for node-count in CE 7.0+ (#2207)

* DOC-9192: Added information on alternate address for target cluster (#2210)

* DOC-9192: Added information on alternate address for target cluster

* DOC-9192: Added review feedback

Co-authored-by: Ray <77050471+RayOffiah@users.noreply.github.com>

* DOC-9066: Added instructions to windows install (#2211)

* DOC-9066: Added instructions to windows install

* DOC-9066: Added initial bullet on admin privileges

* DOC-9093: Added audit events (#2186)

* DOC-6535: Added redirect (#2178)

* Revert "Doc 9222" - Some changes needed for PHP build (#2231)

* Revert "Doc 9222 (#2212)"

This reverts commit 444f566.

* Gardening

Co-authored-by: Richard Smedley <rgsmedley@gmail.com>

* DOC-9177: Added note on 7.0.2 IP Address Families (#2205)

* Revert "Revert "Doc 9222" - Some changes needed for PHP build (#2231)" (#2232)

This reverts commit ef5f2fb.

* Removed statement: "Couchbase Server supports durability for single-document writes only." (#2233)

* Fix bad line wrap (#2229)

* Fix bad line wrap

No line breaks as I intended in this example in actual formatting outside of git - so broke it up into two code blocks

* fix method on POST for /config

* Fix methods for /appcode

* Updated release note for MB-48783 (#2234)

* Updated release note

* Gardening

Co-authored-by: Richard Smedley <rgsmedley@gmail.com>

* Added note about new charts on query workbench (#2235)

* Alias fix (#2238)

* 11.x not ready to go yet. (#2242)

* Add changes to query workbench to release note (#2236)

* Added note about new charts on query workbench

* Added QueryBench charts to new features section: relnotes.adoc

* Removed issue reference for chart addition to Query workbench: relnotes.adoc

* DOC-9252: Capella Rebrand (#2247)

* Quick typo fix (#2230)

Co-authored-by: Ray <77050471+RayOffiah@users.noreply.github.com>
Co-authored-by: Amarantha Kulkarni <amarantha-k@users.noreply.github.com>
Co-authored-by: Tony Hillman <tonyjhillman@gmail.com>
Co-authored-by: Jon Strabala <54073900+jon-strabala@users.noreply.github.com>
Co-authored-by: Richard Smedley <rgsmedley@gmail.com>
Co-authored-by: Hakim <hakim.cassimally@couchbase.com>
Co-authored-by: Brian Kane <38470665+BKaneAtWork@users.noreply.github.com>

* Merge changes from release/7.0 into dev-reorg (#2253)

* DOC-9119: improving description of rebalancing in abstracts and headings. (#2213)

* DOC-9237: Clarify views deprecation in relnotes (#2215)

* DOC-9240: remove reference to query tree from query-workbench docs (#2217)

* DOC-9240: remove reference to query tree from query-workbench.adoc. Add note about removal to relnotes.adoc

* DOC-9240: query-workbench-result-tree.png is no longer in use.

* Doc 9018 document charts on query workbench (#2216)

* DOC-9018: Adding  Query workbench chart documentation

* Put tree stuff back in because it's handled by DOC-9240

* DOC-9018: Changed query-workbench-result-plan.png, so it looks a bit more like the callouts describing it.

* DOC-9018: Tidying up the numbers

* DOC-6760: Added redirect (#2168)

* DOC-9080: added entries for Debian 11.x support (#2221)

* DOC-8891: Added prometheus to list of managed logs (#2104)

* DOC-8894: Updated bucket durability on create and edit bucket (#2105)

* DOC-8923: Fixed typo (#2121)

* DOC-8929: Updated screenshot (#2127)

* DOC-8931: Added note on audit file deletion responsibility (#2130)

* DOC-8997: Information on xdcr between pre and post 7.0 (#2155)

* DOC-9019: Added new metrics for analytics, data service, and cluster manager (#2208)

* DOC-9099: Modified XDCR Advanced Settings and general internal settin… (#2190)

* DOC-9099: Modified XDCR Advanced Settings and general internal settingspages

* DOC-9099: Added review feedback

* DOC-9099: Updated statement on HLV

* DOC-9103for7.0: Updated command name (#2193)

* DOC-9116: Updated reference to xdcr and expiration (#2197)

Co-authored-by: Amarantha Kulkarni <amarantha-k@users.noreply.github.com>

* DOC-9094for7.0: Re-included cbsummary (#2195)

* Doc 9012 (#2158)

* DOC-9012: Modified password-design advice

* DOC-9012: New password-creation advice

* DOC-6667for7.0: Added redirect for intra-cluster replication (#2144)

* Eventing REST API 7.0 updates (#2226)

* Eventing REST API 7.0 updates

Very important for 7.0 (no changes for 7.0.1 or 7.0.2) need for CONNECT

Organize and group into logical sections
Add several missing important endpoints (export, appcode, list, etc.)
Improve descriptions
Fix typos

* Add final /api/v1/list/functions filter

/api/v1/list/functions/query?function_type=sbm
/api/v1/list/functions/query?function_type=notsbm

* Add page-alias for query string query page (#2228)

* Add page-alias for query string query page

* Update fts-query-string-syntax.adoc

Corrected macro name; added extension to file

Co-authored-by: Ray <77050471+RayOffiah@users.noreply.github.com>

* Doc 9222 (#2212)

* DOC-9222: Draft release notes for 7.0.2

* DOC-9222: Release Notes for 7.0.2

* DOC-9222: Additional fixed issues for release notes for 7.0.2

* DOC-9222: Fixed links

* DOC-9222: Added to new features section for release notes

* DOC-9222: Additional fixes and modifications

* DOC-9222: Incorporated review feedback

* DOC-9222: Added line on Eventing feature

* DOC-9222: Added MB-48713

* DOC-9222: Added feedback on Index Service tickets

* DOC-8540: Added information on strict value for cluster encryption-level (#2135)

* DOC-8540: Added information on strict value for cluster encryption-level

* DOC-8540: Wording change to description of strict option

* DOC-8540: Added information on consequences of strict TLS enablement

* DOC-8540: Additional information and links related to strict encryption level

* DOC-8540: Clarified server version as 7.0.2+

* DOC-9021: Added statement on effect of revEpoch (#2165)

* DOC-9017: Standard Index Storage for Ephemeral Buckets (#2201)

* DOC-9017: Standard Index Storage for Ephemeral Buckets

* DOC-9017: Added note on editions

* DOC-9016: Updated UI for create cluster (#2159)

* DOC-9016: Updated UI for create cluster

* DOC-9016: Updated address family information for CLI and REST Initialization

* DOC-9178: Added info on new license restriction for node-count in CE 7.0+ (#2207)

* DOC-9192: Added information on alternate address for target cluster (#2210)

* DOC-9192: Added information on alternate address for target cluster

* DOC-9192: Added review feedback

Co-authored-by: Ray <77050471+RayOffiah@users.noreply.github.com>

* DOC-9066: Added instructions to windows install (#2211)

* DOC-9066: Added instructions to windows install

* DOC-9066: Added initial bullet on admin privileges

* DOC-9093: Added audit events (#2186)

* DOC-6535: Added redirect (#2178)

* Revert "Doc 9222" - Some changes needed for PHP build (#2231)

* Revert "Doc 9222 (#2212)"

This reverts commit 444f566.

* Gardening

Co-authored-by: Richard Smedley <rgsmedley@gmail.com>

* DOC-9177: Added note on 7.0.2 IP Address Families (#2205)

* Revert "Revert "Doc 9222" - Some changes needed for PHP build (#2231)" (#2232)

This reverts commit ef5f2fb.

* Removed statement: "Couchbase Server supports durability for single-document writes only." (#2233)

* Fix bad line wrap (#2229)

* Fix bad line wrap

No line breaks as I intended in this example in actual formatting outside of git - so broke it up into two code blocks

* fix method on POST for /config

* Fix methods for /appcode

* Updated release note for MB-48783 (#2234)

* Updated release note

* Gardening

Co-authored-by: Richard Smedley <rgsmedley@gmail.com>

* Added note about new charts on query workbench (#2235)

* Alias fix (#2238)

* 11.x not ready to go yet. (#2242)

* Add changes to query workbench to release note (#2236)

* Added note about new charts on query workbench

* Added QueryBench charts to new features section: relnotes.adoc

* Removed issue reference for chart addition to Query workbench: relnotes.adoc

* DOC-9252: Capella Rebrand (#2247)

* Quick typo fix (#2230)

* DOC-9290: Note on re-addition of removed nodes (#2239)

* page alias (#2251)

* Revert "page alias (#2251)" (#2252)

This reverts commit 472e875.

* DOC-9204: Developer Guides Overview (#2224)

* Rewrite Choose Your Next Steps to distinguish Developer Guides and Developer Information

* Add Developer Guides overview

* Update Nav

Co-authored-by: Ray <77050471+RayOffiah@users.noreply.github.com>
Co-authored-by: Amarantha Kulkarni <amarantha-k@users.noreply.github.com>
Co-authored-by: Tony Hillman <tonyjhillman@gmail.com>
Co-authored-by: Jon Strabala <54073900+jon-strabala@users.noreply.github.com>
Co-authored-by: Richard Smedley <rgsmedley@gmail.com>
Co-authored-by: Hakim <hakim.cassimally@couchbase.com>
Co-authored-by: Brian Kane <38470665+BKaneAtWork@users.noreply.github.com>

* DOC-9206: How-to Guides for Server Developers: Query — Read Data (#2249)

* Add select howto

* Add query how-to landing page

* Add mock SDK examples

* Dhinu's feedback

* Add thmbnails for tools links

* Add developer guides overview

* Canonical order of SDKs

* Update SDK examples with includes

* Move SELECT intro examples to separate files

* Move LIMIT examples to separate files

* Move ORDER BY examples to separate files

* Add local how-to guide examples

* Include external example files

* Use new Python and Node.js "Hello World" examples

* Update FROM clause example

* Update nav for stage 1

* Fix missing attribute in WINDOW Clause

* Update GROUP BY reference to share examples

* Update UNNEST reference to share examples

* Update NEST reference to share examples

* Rewrite explanation of lookup join and index join

* Add join and nest diagrams

* Update JOIN reference to share examples

* Add query how-tos

* Add partials

* Update nav with how-tos

* Add how-to examples

* Add one-line explanation for code samples

* Omit legacy join syntax and legacy nest syntax

* Move Aggregate Function examples to separate files

* Consistent ellipses in examples

* Add list of aggregate functions

* Indexes for nest and join

* Reduce Before you begin and Query tools sections

* Complete examples, add tags and callouts

* Rephrase "recursive" joins

* Minor nav fix

* Move ANSI NEST examples to reference

* Rework lookup join examples as inner and left join

* Minor fixes for examples

* Oops

Co-authored-by: Ray <77050471+RayOffiah@users.noreply.github.com>
Co-authored-by: Amarantha Kulkarni <amarantha-k@users.noreply.github.com>
Co-authored-by: Tony Hillman <tonyjhillman@gmail.com>
Co-authored-by: Jon Strabala <54073900+jon-strabala@users.noreply.github.com>
Co-authored-by: Richard Smedley <rgsmedley@gmail.com>
Co-authored-by: Hakim <hakim.cassimally@couchbase.com>
Co-authored-by: Brian Kane <38470665+BKaneAtWork@users.noreply.github.com>
simon-dew added a commit to simon-dew/docs-server that referenced this pull request Nov 11, 2021
…chbase#2249)

* Add select howto

* Add query how-to landing page

* Add mock SDK examples

* Dhinu's feedback

* Add thmbnails for tools links

* Add developer guides overview

* Canonical order of SDKs

* Update SDK examples with includes

* Move SELECT intro examples to separate files

* Move LIMIT examples to separate files

* Move ORDER BY examples to separate files

* Add local how-to guide examples

* Include external example files

* Use new Python and Node.js "Hello World" examples

* Update FROM clause example

* Update nav for stage 1

* Fix missing attribute in WINDOW Clause

* Update GROUP BY reference to share examples

* Update UNNEST reference to share examples

* Update NEST reference to share examples

* Rewrite explanation of lookup join and index join

* Add join and nest diagrams

* Update JOIN reference to share examples

* Add query how-tos

* Add partials

* Update nav with how-tos

* Add how-to examples

* Add one-line explanation for code samples

* Omit legacy join syntax and legacy nest syntax

* Move Aggregate Function examples to separate files

* Consistent ellipses in examples

* Add list of aggregate functions

* Indexes for nest and join

* Reduce Before you begin and Query tools sections

* Complete examples, add tags and callouts

* Rephrase "recursive" joins

* Minor nav fix

* Move ANSI NEST examples to reference

* Rework lookup join examples as inner and left join

* Minor fixes for examples

* Oops
simon-dew added a commit to simon-dew/docs-server that referenced this pull request Jan 19, 2022
…chbase#2249)

* Add select howto

* Add query how-to landing page

* Add mock SDK examples

* Dhinu's feedback

* Add thmbnails for tools links

* Add developer guides overview

* Canonical order of SDKs

* Update SDK examples with includes

* Move SELECT intro examples to separate files

* Move LIMIT examples to separate files

* Move ORDER BY examples to separate files

* Add local how-to guide examples

* Include external example files

* Use new Python and Node.js "Hello World" examples

* Update FROM clause example

* Update nav for stage 1

* Fix missing attribute in WINDOW Clause

* Update GROUP BY reference to share examples

* Update UNNEST reference to share examples

* Update NEST reference to share examples

* Rewrite explanation of lookup join and index join

* Add join and nest diagrams

* Update JOIN reference to share examples

* Add query how-tos

* Add partials

* Update nav with how-tos

* Add how-to examples

* Add one-line explanation for code samples

* Omit legacy join syntax and legacy nest syntax

* Move Aggregate Function examples to separate files

* Consistent ellipses in examples

* Add list of aggregate functions

* Indexes for nest and join

* Reduce Before you begin and Query tools sections

* Complete examples, add tags and callouts

* Rephrase "recursive" joins

* Minor nav fix

* Move ANSI NEST examples to reference

* Rework lookup join examples as inner and left join

* Minor fixes for examples

* Oops
simon-dew added a commit to simon-dew/docs-server that referenced this pull request Jan 19, 2022
…chbase#2249)

* Add select howto

* Add query how-to landing page

* Add mock SDK examples

* Dhinu's feedback

* Add thmbnails for tools links

* Add developer guides overview

* Canonical order of SDKs

* Update SDK examples with includes

* Move SELECT intro examples to separate files

* Move LIMIT examples to separate files

* Move ORDER BY examples to separate files

* Add local how-to guide examples

* Include external example files

* Use new Python and Node.js "Hello World" examples

* Update FROM clause example

* Update nav for stage 1

* Fix missing attribute in WINDOW Clause

* Update GROUP BY reference to share examples

* Update UNNEST reference to share examples

* Update NEST reference to share examples

* Rewrite explanation of lookup join and index join

* Add join and nest diagrams

* Update JOIN reference to share examples

* Add query how-tos

* Add partials

* Update nav with how-tos

* Add how-to examples

* Add one-line explanation for code samples

* Omit legacy join syntax and legacy nest syntax

* Move Aggregate Function examples to separate files

* Consistent ellipses in examples

* Add list of aggregate functions

* Indexes for nest and join

* Reduce Before you begin and Query tools sections

* Complete examples, add tags and callouts

* Rephrase "recursive" joins

* Minor nav fix

* Move ANSI NEST examples to reference

* Rework lookup join examples as inner and left join

* Minor fixes for examples

* Oops
simon-dew added a commit that referenced this pull request Jan 25, 2022
* DOC-9204: Developer Guides Overview (#2224)

* DOC-9206: How-to Guides for Server Developers: Query — Read Data (#2249)

* DOC-9207: Query — Manipulate Data (#2277)

* DOC-9205 - KV Operations dev-reorg (#2275)

* DOC-9217: How-to Guides for Server Developers › Index Advisor (#2331)

  - DOC-9240: Restore query result tree
  - DOC-9240: Add patch release markup for 7.0-7.0.1
  - DOC-9018: Move Charts section under Query Results and rewrite for Couchbase Server 7.0.2
  - DOC-9018: replace screenshots

* DOC-9216: Import Data guide (#2317)

* DOC-9210:  How-to Guides for Server Developers › Transactions (#2353)

* DOC-9209: How-to Guides for Server Developers › Query › Indexes (#2307)

* DOC-9412 - Connect to server (#2339)

* DOC-9204: Developer Guides Overview (#2371)

  - DOC-9209: transaction fixes
  - DOC-9216: Minor wording changes for consistency
  - DOC-9412: Update nav and overview page

* Updates after review

Co-authored-by: Maria Shodunke <maria-robobug@users.noreply.github.com>
Co-authored-by: Hakim <hakim.cassimally@couchbase.com>
simon-dew added a commit that referenced this pull request Feb 7, 2022
* DOC-8454 add sizing information to server docs (#2323)

* Update AWS Marketplace Deployment instructions (#2335)

* list tweak (#2336)

* missing [] (#2337)

* DOC-9455 CE to EE Upgrade Path needs to be clarified (#2311)

* MB-50105 - Add documentation for Disk Encryption to AWS Best Practices (#2333)
  MB-50104 - Add documentation for Secret Manager Secret Access and Rotation to AWS Best Practices

* DOC-9120: improve description of event rebalancing (#2214)

* correct typo "THe" -> "The" (#2342)

* MB-48904 Version 7.0 - Need to remove cbdocloader code snippet #2299

* Fixed spelling mistake. (#2340)

* Fixing Couchbase tickets drop 3 (#2319)

* DOC-9515 "Couchbase Client Deployment Strategies" link goes to the generic SDK intro. (#2349)

* DOC-9540: Clarify formulations for setup (#2352)

* DOC-9491: Added ports 11280 and 9123. Moved 9124. (#2328)

* DOC-9521 Inconsistency between Table 1 and Table 2 sections (#2351)

* Fixed issues reported by Sreekanth (#2362)

* DOC-9471: Removed duplicate nav entry (#2313)

* DOC-9286: Fixed typo (#2241)

* DOC-9550: Corrected pathname (#2366)

* [DOC-9566] External users should use TLS when communicating with cluster (#2364)

* DOC-9585: Rename fts-creating-index.adoc to fts-creating-indexes.adoc (#2377)

* Update cluster-manager.adoc (#2359)

* Doc 9499 document how to use an external prometheus to consume couchbase stats (#2360)

* DOC-9481: Typo in the documentation header (#2376)

* tutorial fix for new couchbase download page (#2389)

* DOC-9196: How-to Guides for Server Developers (#2373)

* DOC-9204: Developer Guides Overview (#2224)

* DOC-9206: How-to Guides for Server Developers: Query — Read Data (#2249)

* DOC-9207: Query — Manipulate Data (#2277)

* DOC-9205 - KV Operations dev-reorg (#2275)

* DOC-9217: How-to Guides for Server Developers › Index Advisor (#2331)

  - DOC-9240: Restore query result tree
  - DOC-9240: Add patch release markup for 7.0-7.0.1
  - DOC-9018: Move Charts section under Query Results and rewrite for Couchbase Server 7.0.2

* DOC-9216: Import Data guide (#2317)

* DOC-9210:  How-to Guides for Server Developers › Transactions (#2353)

* DOC-9209: How-to Guides for Server Developers › Query › Indexes (#2307)

* DOC-9412 - Connect to server (#2339)

* DOC-9204: Developer Guides Overview (#2371)

  - DOC-9209: transaction fixes
  - DOC-9216: Minor wording changes for consistency
  - DOC-9412: Update nav and overview page

* DOC-8818: node-to-node encryption and eventing storage (#2385)

* DOC-9294 improve terminology avoid function/handler confusion (#2390)

* DOC-9190 Scopes & Collections name length incorrect #2370

* [ray offiah] fixing the prometheus installation instructions (#2393)

* DOC-9588: Information on group correspondences for LDAP (#2392)

* [DOC-9611] Wrong output for OBJECT_INNER_VALUES (#2399)

* test_kroki_on_production (#2423)

* DOC-9198: Gradual Learning Progression (#2424)

  - DOC-9201: Move Learn and Manage after Develop
  - DOC-9202: Combine Tutorial and Guides into Develop

* Remove subqueries from description of JOIN how-to guide (#2428)

* Revert launch dialog image for 7.1

* DOC-9240 Remove query workbench tree results for 7.1

Co-authored-by: Ray <77050471+RayOffiah@users.noreply.github.com>
Co-authored-by: Richard Smedley <rgsmedley@gmail.com>
Co-authored-by: RekhaDS <rexshyam@gmail.com>
Co-authored-by: Justin Ashworth <justin.ashworth@couchbase.com>
Co-authored-by: Ed.E <edxtdev@gmail.com>
Co-authored-by: quickdraft <80592148+quickdraft@users.noreply.github.com>
Co-authored-by: Maria Shodunke <maria-robobug@users.noreply.github.com>
Co-authored-by: Tony Hillman <tonyjhillman@gmail.com>
Co-authored-by: Tony Hillman <tonyhillman@Tonys-MacBook-Pro-2.local>
Co-authored-by: Abhinav Dangeti <abhinav@couchbase.com>
Co-authored-by: Ray Offiah <ray.offiah@couchbase.com>
Co-authored-by: Nawazish Mohammad Khan <md.nawazish.khan@gmail.com>
Co-authored-by: Hakim <hakim.cassimally@couchbase.com>
Co-authored-by: Jon Strabala <54073900+jon-strabala@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant