Skip to content

Commit

Permalink
Merge pull request #194 from msmygit/main
Browse files Browse the repository at this point in the history
Branding updates
  • Loading branch information
gstachni authored Dec 15, 2022
2 parents 59f676e + f2af699 commit 83b6e94
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/overrides/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{{ config.copyright }}
</div>
{% endif %}
Build by DataStax powered by
Built by DataStax powered by
<a href="https://www.mkdocs.org" title="MkDocs">MkDocs</a>
and
<a href="https://squidfunk.github.io/mkdocs-material/"
Expand Down
6 changes: 3 additions & 3 deletions docs/pages/astra/astra-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ The DataStax Astra command-line interface (Astra CLI) is a set of commands used

???+ info "Setup your Astra account "

To use the Astra CLI you need to create a [Datastax Astra](https://astra.datastax.com) account. You also need to [create a token](/docs/pages/astra/create-token/) with `Organization Administration` role.
To use the Astra CLI you need to create a [DataStax Astra](https://astra.datastax.com) account. You also need to [create a token](/docs/pages/astra/create-token/) with `Organization Administration` role.

## Installation

Expand Down Expand Up @@ -650,9 +650,9 @@ astra db cqlsh demo -f sample.cql

**✅ 8a - Setup**

[Dsbulk](https://github.com/datastax/dsbulk) stands for Datastax bulk loader. It is a standalone program to load, unload and count data in an efficient way with Apache Cassandra™. It is compliant with Datastax Astra.
[Dsbulk](https://github.com/datastax/dsbulk) stands for DataStax Bulk Loader. It is a standalone program to load, unload and count data in an efficient way with Apache Cassandra™. It is compliant with DataStax Astra DB.

As for `Cqlsh` the cli will **download**, **install**, **setup** and **wrap** the dsbulk command for you. All options are available. To give you an idea let's tak a simple example.
As for `cqlsh` the cli will **download**, **install**, **setup** and **wrap** the dsbulk command for you. All options are available. To give you an idea let's tak a simple example.

- Make sure we have a db `demo` with a keyspace `demo`

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/data/explore/mindsdb.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ links:
---

<div class="nosurface" markdown="1">
- _This article was originally written by **Steven Matison** on [Datastax JIRA](https://datastax.jira.com/wiki/spaces/TIB/blog/2022/01/26/3284566227/How+to+use+Astra+with+MindsDB)_
- _This article was originally written by **Steven Matison** on [DataStax JIRA](https://datastax.jira.com/wiki/spaces/TIB/blog/2022/01/26/3284566227/How+to+use+Astra+with+MindsDB)_

<img src="https://awesome-astra.github.io/docs/img/mindsdb/MindsDBColorPurp_3x.png" height="50px" />
</div>
Expand Down
6 changes: 3 additions & 3 deletions docs/pages/data/load/dsbulk.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<summary><b> 📖 Reference Documentations and resources</b></summary>
<ol>
<li><a href="https://docs.datastax.com/en/dsbulk/doc/"><b>📖 DSBulks Docs</b> - Reference documentation</a>
<li><a href="https://docs.datastax.com/en/astra/docs/loading-and-unloading-data-with-datastax-bulk-loader.html"><b>📖 Datastax Docs</b> - Reference Documentation</a>
<li><a href="https://docs.datastax.com/en/astra/docs/loading-and-unloading-data-with-datastax-bulk-loader.html"><b>📖 DataStax Docs</b> - Reference Documentation</a>
</ol>
</details>

Expand Down Expand Up @@ -31,7 +31,7 @@ dsbulk count <options>

Currently, CSV and Json formats are supported for both loading and unloading data.

### 📘 Datastax Bulk Loader with Astra
### 📘 DataStax Bulk Loader with Astra

Use DataStax Bulk Loader `(dsbulk)` to load and unload data in CSV or JSON format with your DataStax Astra DB database efficiently and reliably.

Expand All @@ -44,7 +44,7 @@ You can use `dsbulk` as a standalone tool to remotely connect to a cluster. The
- You should [Have an Astra Token](/docs/pages/astra/create-token/)
- You should [Download your Secure bundle](/docs/pages/astra/download-scb/)

This article was written for Datastax Bulk Loader version `1.9.1`.
This article was written for DataStax Bulk Loader version `1.9.1`.

> Starting with version `1.9`, `dsbulk` can detect and respect server-side rate limiting.
> This is very useful when working with Astra DB, which by default has some throughput guardrails in place.
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/develop/frameworks/micronaut.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ public class TodoApplicationStartup implements ApplicationEventListener<Service

### <span class="nosurface">✅ Step 4:</span> Use Cassandra

To use Cassandra you will reuse the `CqlSession` from the Datastax drivers. You can simply inject it where you needed as [shown in this sample code](https://github.com/clun/astra-native-java/blob/main/astra-todo-micronaut/src/main/java/com/datastaxdev/todo/TodoRestController.java)
To use Cassandra you will reuse the `CqlSession` from the DataStax drivers. You can simply inject it where you needed as [shown in this sample code](https://github.com/clun/astra-native-java/blob/main/astra-todo-micronaut/src/main/java/com/datastaxdev/todo/TodoRestController.java)

```java
@Validated
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/develop/frameworks/spring.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ links:

### <span class="nosurface">1.1</span> Modules dependencies

Spring is an ecosystem with dozens of modules. The component used to connect a Spring application to Astra (Cassandra) is **Spring Data** and especially **Spring Data Cassandra**. It relies on the Datastax native java cassandra drivers and only provides an abstraction with Spring concepts (templates, repository, Entities...)
Spring is an ecosystem with dozens of modules. The component used to connect a Spring application to Astra (Cassandra) is **Spring Data** and especially **Spring Data Cassandra**. It relies on the DataStax native java cassandra drivers and only provides an abstraction with Spring concepts (templates, repository, Entities...)

The stateful object `CqlSession` is instantiated and injected in spring `CassandraTemplate` (aka `CassandraOperations`). From there, it is used either directly or injected in different `CassandraRepository` (specialization of Spring Data `CrudRepository` for Apache Cassandra™).

Expand Down

0 comments on commit 83b6e94

Please sign in to comment.