Skip to content

Commit a43b84a

Browse files
committed
Update: 15-01-2025
1 parent 1df548a commit a43b84a

File tree

5 files changed

+35
-35
lines changed

5 files changed

+35
-35
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ https://wcp-docs-team-jenkins.swg-devops.com/job/mirror/job/cloud-docs/job/Cloud
2020

2121
## Documentation
2222

23-
Please use https://github.ibm.com/cloud-docs/Cloudant for contributions to the documentation. Pushes to https://github.com/ibm-cloud-docs/Cloudant are only allowed by members of the documentation team. See [Documentation Update Process](https://github.ibm.com/cloud-docs/Cloudant/wiki/Documentation-Update-Process) for instructions.
23+
Please use https://github.ibm.com/cloud-docs/Cloudant for contributions to the documentation. Pushes to https://github.com/ibm-cloud-docs/Cloudant are only allowed by members of the documentation team. See [Documentation Update Process](https://github.ibm.com/cloud-docs/Cloudant/wiki/Documentation-Update-Process) for instructions.
2424

25-
If you are not an IBM employee and want to make a documentation contribution, go to the [IBM Cloudant documentation](https://cloud.ibm.com/docs/services/Cloudant?topic=Cloudant-getting-started-with-cloudant#getting-started-with-cloudant) and click `Feedback` on the page where you want to comment.
25+
If you are not an IBM employee and want to make a documentation contribution, go to the [IBM Cloudant documentation](https://cloud.ibm.com/docs/services/Cloudant?topic=Cloudant-getting-started-with-cloudant#getting-started-with-cloudant) and click `Feedback` on the page where you want to comment.
2626

2727
### Example update guide
2828

accounts/curl.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22

33
copyright:
4-
years: 2015, 2022, 2024
4+
years: 2015, 2024
55
lastupdated: "2024-11-15"
66

77
keywords: encode username, encode password, create alias, activate alias, test acurl, acurl
@@ -22,7 +22,7 @@ requests, without exposing them in your terminal history or needing them to be
2222
typed in for every request.
2323
{: shortdesc}
2424

25-
You use `curl` examples by following these steps.
25+
You use `curl` examples by following these steps.
2626

2727
## Simplifying using IAM credentials with `curl`
2828
{: #working-with-iam-credentials}
@@ -51,7 +51,7 @@ You can supply username and password data for a request in four ways.
5151

5252
You can then define an "alias" that enables the `curl` command to apply the control file, for example:
5353

54-
```
54+
```sh
5555
alias acurl="curl -s --config <full_path_and_name_of_control_file> "
5656
```
5757
{: pre}

monitor/capacity.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -319,12 +319,12 @@ See the following example JSON response with the target capacity set:
319319
## View the current consumption of provisioned throughput capacity used
320320
{: #view-current-capacity-consumption}
321321

322-
Use a GET method to the `/_api/v2/user/current/throughput` endpoint to see the current consumption of provisioned throughput capacity for an {{site.data.keyword.cloudant_short_notm}} instance. The current consumption shows the quantities of reads, writes, and global queries conducted against the instance for a given second. When you use this endpoint, it is a best practice to aggregate this data continuously over time to get a more comprehensive view of a {{site.data.keyword.cloudant_short_notm}} instance's throughput consumption patterns.
322+
Use a GET method to the `/_api/v2/user/current/throughput` endpoint to see the current consumption of provisioned throughput capacity for an {{site.data.keyword.cloudant_short_notm}} instance. The current consumption shows the quantities of reads, writes, and global queries conducted against the instance for a given second. When you use this endpoint, it is a best practice to aggregate this data continuously over time to get a more comprehensive view of an {{site.data.keyword.cloudant_short_notm}} instance's throughput consumption patterns.
323323

324-
Method
324+
Method
325325
: `GET`
326326

327-
Path
327+
Path
328328
: `/_api/v2/user/current/throughput`
329329

330330
Response

offerings/learning-center.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ You can use the [playlist](https://www.youtube.com/embed/playlist?list=PLzpeuWUE
2323
## Introduction to {{site.data.keyword.cloudant_short_notm}} video
2424
{: #cloudant-course-intro-video}
2525

26-
Learn about the {{site.data.keyword.cloudant_short_notm}} 17-part video series that provides an overview of the {{site.data.keyword.cloudant_short_notm}} database-as-a-service.
26+
Learn about the {{site.data.keyword.cloudant_short_notm}} 17-part video series that provides an overview of the {{site.data.keyword.cloudant_short_notm}} database-as-a-service.
2727

2828
![Introduction to {{site.data.keyword.cloudant_short_notm}}](https://www.youtube.com/embed/P9dFZaKAhIo){: video output="iframe" data-script="#cloudant-course-intro-video-script" id="Introduction to IBM Cloudant video" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen}
2929

@@ -38,7 +38,7 @@ This video is part 1 - *What is {{site.data.keyword.cloudant_short_notm}}?*
3838
{{site.data.keyword.cloudant_short_notm}} is a database, run as a service in the {{site.data.keyword.cloud}}. Its job is to store your application's data securely and make it possible for you to retrieve it quickly and efficiently. {{site.data.keyword.cloudant_short_notm}}'s key features are shown in the following list:
3939

4040
Database
41-
: Stores and retrieves data. More specifically, it is a JSON document store. JSON comes from JavaScript and represents simple objects in a universal file format.
41+
: Stores and retrieves data. More specifically, it is a JSON document store. JSON comes from JavaScript and represents simple objects in a universal file format.
4242

4343
"Document"
4444
: The unit of storage in {{site.data.keyword.cloudant_short_notm}}. Documents are added, updated, and deleted in their entirety.
@@ -63,7 +63,7 @@ That's the end of this part. The next part is called *The Document*.
6363
## The Document video
6464
{: #the-document-video}
6565

66-
Learn about {{site.data.keyword.cloudant_short_notm}} databases and documents work.
66+
Learn about {{site.data.keyword.cloudant_short_notm}} databases and documents work.
6767

6868
![The Document](https://www.youtube.com/embed/zlfPQ5cl2Zo){: video output="iframe" data-script="#the-document-video-script" id="The Document video" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen}
6969

@@ -148,7 +148,7 @@ That's the end of this part. The next part is called *The Document ID*.
148148
## The `_id` video
149149
{: #the-id-video}
150150

151-
Learn how `_id`s work in {{site.data.keyword.cloudant_short_notm}}, how they are different from relational databases, and how you can define your own `_id`.
151+
Learn how `_id`s work in {{site.data.keyword.cloudant_short_notm}}, how they are different from relational databases, and how you can define your own `_id`.
152152

153153
![The _id](https://www.youtube.com/embed/y_L8r_knq8U){: video output="iframe" data-script="#the-id-video-script" id="The _id video" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen}
154154

@@ -192,7 +192,7 @@ That's the end of this part. The next part is called *The rev token*.
192192
## The rev token video
193193
{: #the-rev-token-video}
194194

195-
Learn how {{site.data.keyword.cloudant_short_notm}} creates a revision token when you add, edit, or delete a document.
195+
Learn how {{site.data.keyword.cloudant_short_notm}} creates a revision token when you add, edit, or delete a document.
196196

197197
![The rev token](https://www.youtube.com/embed/T14voAppUl0){: video output="iframe" data-script="#the-rev-token-video-script" id="The rev token video" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen}
198198

@@ -344,7 +344,7 @@ That's the end of this part. The next part is called *HTTP API Basics*.
344344
## HTTP API Basics video
345345
{: #http-api-basics-video}
346346

347-
Learn how to use the command line to make HTTP requests and to add, edit, and delete documents.
347+
Learn how to use the command line to make HTTP requests and to add, edit, and delete documents.
348348

349349
![HTTP API Basics](https://www.youtube.com/embed/0G3J5eJF_jk){: video output="iframe" data-script="#http-api-basics-video-script" id="HTTP API Basics video" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen}
350350

@@ -497,9 +497,9 @@ That's the end of this part. The next part is called *Accessing {{site.data.keyw
497497
## Accessing {{site.data.keyword.cloudant_short_notm}} Programmatically video
498498
{: #accessing-cloudant-programmatically-video}
499499

500-
Learn how to access {{site.data.keyword.cloudant_short_notm}} programmatically.
500+
Learn how to access {{site.data.keyword.cloudant_short_notm}} programmatically.
501501

502-
![Accessing {site.data.keyword.cloudant_short_notm}} Programmatically](https://www.youtube.com/embed/y35LbPetISw){: video output="iframe" data-script="#accessing-cloudant-programmatically-video-script" id="Accessing Cloudant Programmatically video" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen}
502+
![Accessing {{site.data.keyword.cloudant_short_notm}} Programmatically](https://www.youtube.com/embed/y35LbPetISw){: video output="iframe" data-script="#accessing-cloudant-programmatically-video-script" id="Accessing Cloudant Programmatically video" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen}
503503

504504
### Accessing {{site.data.keyword.cloudant_short_notm}} Programmatically video script
505505
{: #accessing-cloudant-programmatically-video-script}
@@ -562,10 +562,10 @@ This video is part 10 - *Querying*.
562562

563563
So far we performed CRUD (create, retrieve, update, and delete) operations from the command line, the dashboard, and from code. These operations use the document's `_id`:
564564

565-
- Fetch document by `_id`.
566-
- Update document whose `_id` = 'x'.
567-
- Delete document whose `_id` = 'x'.
568-
- Get documents in the `_id` range 'a' to 'z'.
565+
- Fetch document by `_id`.
566+
- Update document whose `_id` = 'x'.
567+
- Delete document whose `_id` = 'x'.
568+
- Get documents in the `_id` range 'a' to 'z'.
569569

570570
These operations are the building blocks of a database, but they get you only so far. What if you need to return a subset of documents that match on fields within the document? A person's birth date? A book's title? An order's value?
571571

@@ -585,13 +585,13 @@ If you need to access objects within documents, you can use standard dot notatio
585585

586586
We can also add the following parameters:
587587

588-
Fields
588+
Fields
589589
: Specifies the document attributes that we want returned (the default is the entire document).
590590

591-
Sort
591+
Sort
592592
: Defines how the data is to be sorted. Sort is an array, allowing the sort to be calculated on multiple attributes.
593593

594-
Limit
594+
Limit
595595
: The number of documents to return.
596596

597597
If you are from a relational database background, this query is the equivalent SQL query to that last {{site.data.keyword.cloudant_short_notm}} query example.
@@ -631,7 +631,7 @@ That's the end of this part. The next part is called *Indexing*.
631631
## Indexing video
632632
{: #indexing-video}
633633

634-
Learn how indexing can speed up your query process.
634+
Learn how indexing can speed up your query process.
635635

636636
![Indexing](https://www.youtube.com/embed/we2P8mtsnPs){: video output="iframe" data-script="#indexing-video-script" id="Indexing video" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen}
637637

@@ -728,13 +728,13 @@ Indexes build asynchronously and cannot be used until they build completely. Onc
728728
`_count`
729729
: For counting things.
730730

731-
`_sum`
731+
`_sum`
732732
: For totalizing values.
733733

734-
`_stats`
734+
`_stats`
735735
: For providing counts and totals suitable for calculating means, variances, and standard deviations.
736736

737-
`_approx_count_distinct`
737+
`_approx_count_distinct`
738738
: For approximate counting of unique values of the key.
739739

740740
The design document's `MAP` function is passed a `doc` - the function is called once per document in the database. Any key-value pairs that `emit` from the `MAP` function create the index.
@@ -832,7 +832,7 @@ The {{site.data.keyword.cloudant_short_notm}} Sync libraries are native iOS or A
832832

833833
Replication is a one-way operation from source to target, which moves all data (deletions, conflicts, attachments, as well as documents) and can be triggered in one of two ways:
834834

835-
1. Run until all the data from the source reaches the target and then stop.
835+
1. Run until all the data from the source reaches the target and then stop.
836836
2. The same as one, but the replication runs continuously forever, transferring new data from the source to the target as it arrives.
837837

838838
Replication can also be resumed from where it last stopped. {{site.data.keyword.cloudant_short_notm}} keeps a note of `checkpoints` between replicating parties to allow the resumption of a pre-existing replication from its last known position.
@@ -843,7 +843,7 @@ A replication can also be given a name, which is handy for tracking which replic
843843

844844
Now it's time for a practical exercise.
845845

846-
1. Go to the {{site.data.keyword.cloudant_short_notm}} Dashboard.
846+
1. Go to the {{site.data.keyword.cloudant_short_notm}} Dashboard.
847847
2. Create a database called `books2`.
848848
3. Start a continuous replication from `books` to `books2`.
849849
4. Visit the `books2` database to check that documents from `books` are now in `books2`.
@@ -932,7 +932,7 @@ That's the end of this part. The next part is called *{{site.data.keyword.clouda
932932
## {{site.data.keyword.cloudant_short_notm}} Search video
933933
{: #cloudant-search-video}
934934

935-
Learn how to use {{site.data.keyword.cloudant_short_notm}} Search, as well as Lucene query language and faceting.
935+
Learn how to use {{site.data.keyword.cloudant_short_notm}} Search, as well as Lucene query language and faceting.
936936

937937
![{{site.data.keyword.cloudant_short_notm}} Search](https://www.youtube.com/embed/4cs5qH3lt5U){: video output="iframe" data-script="#cloudant-search-video-script" id="Cloudant Search video" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen}
938938

@@ -984,7 +984,7 @@ That's the end of this part. The next part is called *Under the hood*.
984984
## Under the hood video
985985
{: #under-the-hood-video}
986986

987-
Learn how the {{site.data.keyword.cloudant_short_notm}} service is organized.
987+
Learn how the {{site.data.keyword.cloudant_short_notm}} service is organized.
988988

989989
![Under the hood](https://www.youtube.com/embed/kCOTeCnHWJg){: video output="iframe" data-script="#under-the-hood-video-script" id="Under the hood video" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen}
990990

what-is-cloudant.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ subcollection: Cloudant
1919

2020
{{site.data.keyword.cloudant_short_notm}} is a close relative of the open-source database [Apache CouchDB](https://couchdb.apache.org/) and is run as a service so that customers don't have to worry about managing servers, networking, load balancing, database upgrades, database tuning or license fees - it is simply consumed over an encrypted HTTP API and charged by usage and data volume.
2121

22-
A {{site.data.keyword.cloudant_short_notm}} instance lives in an {{site.data.keyword.cloud_notm}} region and stores JSON documents in collections called databases. Each JSON document in a database is stored in triplicate (across multiple availability zones where supported) to allow {{site.data.keyword.cloudant_short_notm}} to remain available even during availability zone outages.
22+
An {{site.data.keyword.cloudant_short_notm}} instance lives in an {{site.data.keyword.cloud_notm}} region and stores JSON documents in collections called databases. Each JSON document in a database is stored in triplicate (across multiple availability zones where supported) to allow {{site.data.keyword.cloudant_short_notm}} to remain available even during availability zone outages.
2323

2424
Finally, data can be bi-directionally replicated across regions, to
2525
allow applications to survive regional failures with minimal downtime.
@@ -45,7 +45,7 @@ Unlike a [relational database](https://www.ibm.com/topics/relational-databases),
4545
### Scalability
4646
{: #scalability}
4747

48-
{{site.data.keyword.cloudant_short_notm}} is designed to scale from very small and zero-cost (on our Lite plan) to very large with linear billing costs proportional to the volume of data stored and the rate of read, write and query API calls made per second. A {{site.data.keyword.cloudant_short_notm}} instance can have hundreds of databases, with the potential for a database to store billions of documents. In total, a {{site.data.keyword.cloudant_short_notm}} instance can store tens of terabytes of data.
48+
{{site.data.keyword.cloudant_short_notm}} is designed to scale from very small and zero-cost (on our Lite plan) to very large with linear billing costs proportional to the volume of data stored and the rate of read, write and query API calls made per second. An {{site.data.keyword.cloudant_short_notm}} instance can have hundreds of databases, with the potential for a database to store billions of documents. In total, an {{site.data.keyword.cloudant_short_notm}} instance can store tens of terabytes of data.
4949

5050
Paid plans can be scaled up and down in the web UI or through our API to meet expected demand or to scale back during quiet times.
5151

@@ -59,10 +59,10 @@ Paid plans can be scaled up and down in the web UI or through our API to meet ex
5959

6060
The {{site.data.keyword.cloudant_short_notm}} service is managed 24/7 by IBM Engineers across the globe. Hardware refreshes, disk drive replacements, operating system upgrades and {{site.data.keyword.cloudant_short_notm}} code releases are all handled with zero downtime.
6161

62-
### HTTP API, Dashboard and SDKs
62+
### HTTP API, Dashboard, and SDKs
6363
{: #http-api-dashboard-and-sdks}
6464

65-
{{site.data.keyword.cloudant_short_notm}} has an [HTTP API](https://cloud.ibm.com/apidocs/cloudant#introduction) and each instance has a [web UI](https://cloud.ibm.com/docs/Cloudant?topic=Cloudant-navigate-the-dashboard) to provide easy management of a {{site.data.keyword.cloudant_short_notm}} instance, its databases, indexes and documents.
65+
{{site.data.keyword.cloudant_short_notm}} has an [HTTP API](https://cloud.ibm.com/apidocs/cloudant#introduction) and each instance has a [web UI](https://cloud.ibm.com/docs/Cloudant?topic=Cloudant-navigate-the-dashboard) to provide easy management of an {{site.data.keyword.cloudant_short_notm}} instance, its databases, indexes and documents.
6666

6767
{{site.data.keyword.cloudant_short_notm}} provides SDKs to help your application to interact with databases programmatically in [Node.js](https://github.com/IBM/cloudant-node-sdk), [Java](https://github.com/IBM/cloudant-java-sdk), [Python](https://github.com/IBM/cloudant-python-sdk) and [Go](https://github.com/IBM/cloudant-go-sdk).
6868

0 commit comments

Comments
 (0)