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

docs: add repository info #2990

Merged
merged 3 commits into from
Jul 27, 2023
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/src/main/paradox/amqp.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ AMQP 1.0 is currently not supported (Qpid, ActiveMQ, Solace, etc.).

## Artifacts

The Akka dependencies are available from Akka's library repository. To access them there, you need to configure the URL for this repository.

@@repository [Maven,sbt,Gradle] {
id="akka-repository"
name="Akka library repository"
url="https://repo.akka.io/maven"
}

Additionally, add the dependencies as below.

@@dependency [sbt,Maven,Gradle] {
group=com.lightbend.akka
artifact=akka-stream-alpakka-amqp_$scala.binary.version$
Expand Down
10 changes: 10 additions & 0 deletions docs/src/main/paradox/avroparquet.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ For more information about Apache Parquet please visit the [official documentati

## Artifacts

The Akka dependencies are available from Akka's library repository. To access them there, you need to configure the URL for this repository.

@@repository [Maven,sbt,Gradle] {
id="akka-repository"
name="Akka library repository"
url="https://repo.akka.io/maven"
}

Additionally, add the dependencies as below.

@@dependency [sbt,Maven,Gradle] {
group=com.lightbend.akka
artifact=akka-stream-alpakka-avroparquet_$scala.binary.version$
Expand Down
10 changes: 10 additions & 0 deletions docs/src/main/paradox/aws-event-bridge.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,16 @@ The Alpakka AWS EventBridge connector provides Akka Stream flows and sinks to pu

## Artifacts

The Akka dependencies are available from Akka's library repository. To access them there, you need to configure the URL for this repository.

@@repository [Maven,sbt,Gradle] {
id="akka-repository"
name="Akka library repository"
url="https://repo.akka.io/maven"
}

Additionally, add the dependencies as below.

@@dependency [sbt,Maven,Gradle] {
group=com.lightbend.akka
artifact=akka-stream-alpakka-aws-event-bridge_$scala.binary.version$
Expand Down
10 changes: 10 additions & 0 deletions docs/src/main/paradox/awslambda.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ For more information about AWS Lambda please visit the [AWS lambda documentation

## Artifacts

The Akka dependencies are available from Akka's library repository. To access them there, you need to configure the URL for this repository.

@@repository [Maven,sbt,Gradle] {
id="akka-repository"
name="Akka library repository"
url="https://repo.akka.io/maven"
}

Additionally, add the dependencies as below.

@@dependency [sbt,Maven,Gradle] {
group=com.lightbend.akka
artifact=akka-stream-alpakka-awslambda_$scala.binary.version$
Expand Down
10 changes: 10 additions & 0 deletions docs/src/main/paradox/azure-storage-queue.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ Azure Storage Queue is a queuing service similar to Amazon's SQS. It is designed

## Artifacts

The Akka dependencies are available from Akka's library repository. To access them there, you need to configure the URL for this repository.

@@repository [Maven,sbt,Gradle] {
id="akka-repository"
name="Akka library repository"
url="https://repo.akka.io/maven"
}

Additionally, add the dependencies as below.

@@dependency [sbt,Maven,Gradle] {
group=com.lightbend.akka
artifact=akka-stream-alpakka-azure-storage-queue_$scala.binary.version$
Expand Down
10 changes: 10 additions & 0 deletions docs/src/main/paradox/cassandra.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@ Alpakka Cassandra offers an @extref:[Akka Streams](akka:/stream/index.html) API

## Artifacts

The Akka dependencies are available from Akka's library repository. To access them there, you need to configure the URL for this repository.

@@repository [Maven,sbt,Gradle] {
id="akka-repository"
name="Akka library repository"
url="https://repo.akka.io/maven"
}

Additionally, add the dependencies as below.

@@dependency [sbt,Maven,Gradle] {
group=com.lightbend.akka
artifact=akka-stream-alpakka-cassandra_$scala.binary.version$
Expand Down
10 changes: 10 additions & 0 deletions docs/src/main/paradox/couchbase.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@ The Couchbase connector supports all document formats which are supported by the

## Artifacts

The Akka dependencies are available from Akka's library repository. To access them there, you need to configure the URL for this repository.

@@repository [Maven,sbt,Gradle] {
id="akka-repository"
name="Akka library repository"
url="https://repo.akka.io/maven"
}

Additionally, add the dependencies as below.

@@dependency [sbt,Maven,Gradle] {
group=com.lightbend.akka
artifact=akka-stream-alpakka-couchbase_$scala.binary.version$
Expand Down
10 changes: 10 additions & 0 deletions docs/src/main/paradox/data-transformations/csv.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,16 @@ Lines are separated by either Line Feed (`\n` = ASCII 10) or Carriage Return and

## Artifacts

The Akka dependencies are available from Akka's library repository. To access them there, you need to configure the URL for this repository.

@@repository [Maven,sbt,Gradle] {
id="akka-repository"
name="Akka library repository"
url="https://repo.akka.io/maven"
}

Additionally, add the dependencies as below.

@@dependency [sbt,Maven,Gradle] {
group=com.lightbend.akka
artifact=akka-stream-alpakka-csv_$scala.binary.version$
Expand Down
10 changes: 10 additions & 0 deletions docs/src/main/paradox/data-transformations/json.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,16 @@ even: only the `doc` inside each element of the array.

### Artifacts

The Akka dependencies are available from Akka's library repository. To access them there, you need to configure the URL for this repository.

@@repository [Maven,sbt,Gradle] {
id="akka-repository"
name="Akka library repository"
url="https://repo.akka.io/maven"
}

Additionally, add the dependencies as below.

@@dependency [sbt,Maven,Gradle] {
group=com.lightbend.akka
artifact=akka-stream-alpakka-json-streaming_$scala.binary.version$
Expand Down
10 changes: 10 additions & 0 deletions docs/src/main/paradox/data-transformations/simple-codecs.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,16 @@ is parsed into frames:

## Artifacts

The Akka dependencies are available from Akka's library repository. To access them there, you need to configure the URL for this repository.

@@repository [Maven,sbt,Gradle] {
id="akka-repository"
name="Akka library repository"
url="https://repo.akka.io/maven"
}

Additionally, add the dependencies as below.

@@dependency [sbt,Maven,Gradle] {
group=com.lightbend.akka
artifact=akka-stream-alpakka-simple-codecs_$scala.binary.version$
Expand Down
10 changes: 10 additions & 0 deletions docs/src/main/paradox/data-transformations/text.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@ parser does only support UTF-8.

## Artifacts

The Akka dependencies are available from Akka's library repository. To access them there, you need to configure the URL for this repository.

@@repository [Maven,sbt,Gradle] {
id="akka-repository"
name="Akka library repository"
url="https://repo.akka.io/maven"
}

Additionally, add the dependencies as below.

@@dependency [sbt,Maven,Gradle] {
group=com.lightbend.akka
artifact=akka-stream-alpakka-text_$scala.binary.version$
Expand Down
10 changes: 10 additions & 0 deletions docs/src/main/paradox/data-transformations/xml.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ XML parsing module offers Flows for parsing, processing and writing XML document

## Artifacts

The Akka dependencies are available from Akka's library repository. To access them there, you need to configure the URL for this repository.

@@repository [Maven,sbt,Gradle] {
id="akka-repository"
name="Akka library repository"
url="https://repo.akka.io/maven"
}

Additionally, add the dependencies as below.

@@dependency [sbt,Maven,Gradle] {
group=com.lightbend.akka
artifact=akka-stream-alpakka-xml_$scala.binary.version$
Expand Down
10 changes: 10 additions & 0 deletions docs/src/main/paradox/dynamodb.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ The AWS DynamoDB connector provides a flow for streaming DynamoDB requests. For

## Artifacts

The Akka dependencies are available from Akka's library repository. To access them there, you need to configure the URL for this repository.

@@repository [Maven,sbt,Gradle] {
id="akka-repository"
name="Akka library repository"
url="https://repo.akka.io/maven"
}

Additionally, add the dependencies as below.

@@dependency [sbt,Maven,Gradle] {
group=com.lightbend.akka
artifact=akka-stream-alpakka-dynamodb_$scala.binary.version$
Expand Down
10 changes: 10 additions & 0 deletions docs/src/main/paradox/elasticsearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ For more information about Elasticsearch, please visit the [Elasticsearch docume

## Artifacts

The Akka dependencies are available from Akka's library repository. To access them there, you need to configure the URL for this repository.

@@repository [Maven,sbt,Gradle] {
id="akka-repository"
name="Akka library repository"
url="https://repo.akka.io/maven"
}

Additionally, add the dependencies as below.

@@dependency [sbt,Maven,Gradle] {
group=com.lightbend.akka
artifact=akka-stream-alpakka-elasticsearch_$scala.binary.version$
Expand Down
10 changes: 10 additions & 0 deletions docs/src/main/paradox/file.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ the sources and sinks for files already included in core Akka Streams

## Artifacts

The Akka dependencies are available from Akka's library repository. To access them there, you need to configure the URL for this repository.

@@repository [Maven,sbt,Gradle] {
id="akka-repository"
name="Akka library repository"
url="https://repo.akka.io/maven"
}

Additionally, add the dependencies as below.

@@dependency [sbt,Maven,Gradle] {
group=com.lightbend.akka
artifact=akka-stream-alpakka-file_$scala.binary.version$
Expand Down
10 changes: 10 additions & 0 deletions docs/src/main/paradox/ftp.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ The FTP connector provides Akka Stream sources to connect to FTP, FTPs and SFTP

## Artifacts

The Akka dependencies are available from Akka's library repository. To access them there, you need to configure the URL for this repository.

@@repository [Maven,sbt,Gradle] {
id="akka-repository"
name="Akka library repository"
url="https://repo.akka.io/maven"
}

Additionally, add the dependencies as below.

@@dependency [sbt,Maven,Gradle] {
group=com.lightbend.akka
artifact=akka-stream-alpakka-ftp_$scala.binary.version$
Expand Down
10 changes: 10 additions & 0 deletions docs/src/main/paradox/geode.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ Alpakka Geode provides flows and sinks to put elements into Geode, and a source

## Artifacts

The Akka dependencies are available from Akka's library repository. To access them there, you need to configure the URL for this repository.

@@repository [Maven,sbt,Gradle] {
id="akka-repository"
name="Akka library repository"
url="https://repo.akka.io/maven"
}

Additionally, add the dependencies as below.

@@dependency [sbt,Maven,Gradle] {
group=com.lightbend.akka
artifact=akka-stream-alpakka-geode_$scala.binary.version$
Expand Down
10 changes: 9 additions & 1 deletion docs/src/main/paradox/google-cloud-bigquery-storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,15 @@ This connector communicates to the BigQuery Storage API via the gRPC protocol. T

## Artifacts

Akka gRPC uses Akka Discovery internally. Make sure to add Akka Discovery with the same Akka version that the application uses.
The Akka dependencies are available from Akka's library repository. To access them there, you need to configure the URL for this repository.

@@repository [Maven,sbt,Gradle] {
id="akka-repository"
name="Akka library repository"
url="https://repo.akka.io/maven"
}

Additionally, add the dependencies as below. Since Akka gRPC uses Akka Discovery internally. Make sure to add Akka Discovery with the same Akka version that the application uses.

@@dependency [sbt,Maven,Gradle] {
group=com.lightbend.akka
Expand Down
10 changes: 10 additions & 0 deletions docs/src/main/paradox/google-cloud-bigquery.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@ Alpakka Google Cloud BigQuery was added in Alpakka 2.0.2 in July 2020 and is mar

## Artifacts

The Akka dependencies are available from Akka's library repository. To access them there, you need to configure the URL for this repository.

@@repository [Maven,sbt,Gradle] {
id="akka-repository"
name="Akka library repository"
url="https://repo.akka.io/maven"
}

Additionally, add the dependencies as below.

@@dependency [sbt,Maven,Gradle] {
group=com.lightbend.akka
artifact=akka-stream-alpakka-google-cloud-bigquery_$scala.binary.version$
Expand Down
10 changes: 9 additions & 1 deletion docs/src/main/paradox/google-cloud-pub-sub-grpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,15 @@ look at the alternative @ref[Alpakka Google Cloud Pub/Sub](google-cloud-pub-sub.

## Artifacts

Akka gRPC uses Akka Discovery internally. Make sure to add Akka Discovery with the same Akka version that the application uses.
The Akka dependencies are available from Akka's library repository. To access them there, you need to configure the URL for this repository.

@@repository [Maven,sbt,Gradle] {
id="akka-repository"
name="Akka library repository"
url="https://repo.akka.io/maven"
}

Additionally, add the dependencies as below. Since Akka gRPC uses Akka Discovery internally. Make sure to add Akka Discovery with the same Akka version that the application uses.

@@dependency [sbt,Maven,Gradle] {
group=com.lightbend.akka
Expand Down
10 changes: 10 additions & 0 deletions docs/src/main/paradox/google-cloud-pub-sub.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ This connector communicates to Pub/Sub via HTTP requests (i.e. `https://pubsub.g

## Artifacts

The Akka dependencies are available from Akka's library repository. To access them there, you need to configure the URL for this repository.

@@repository [Maven,sbt,Gradle] {
id="akka-repository"
name="Akka library repository"
url="https://repo.akka.io/maven"
}

Additionally, add the dependencies as below.

@@dependency [sbt,Maven,Gradle] {
group=com.lightbend.akka
artifact=akka-stream-alpakka-google-cloud-pub-sub_$scala.binary.version$
Expand Down
10 changes: 10 additions & 0 deletions docs/src/main/paradox/google-cloud-storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ This connector communicates to Cloud Storage via HTTP requests.

## Artifacts

The Akka dependencies are available from Akka's library repository. To access them there, you need to configure the URL for this repository.

@@repository [Maven,sbt,Gradle] {
id="akka-repository"
name="Akka library repository"
url="https://repo.akka.io/maven"
}

Additionally, add the dependencies as below.

@@dependency [sbt,Maven,Gradle] {
group=com.lightbend.akka
artifact=akka-stream-alpakka-google-cloud-storage_$scala.binary.version$
Expand Down
10 changes: 10 additions & 0 deletions docs/src/main/paradox/google-common.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ The `google-common` module provides central configuration for Google connectors

## Artifacts

The Akka dependencies are available from Akka's library repository. To access them there, you need to configure the URL for this repository.

@@repository [Maven,sbt,Gradle] {
id="akka-repository"
name="Akka library repository"
url="https://repo.akka.io/maven"
}

Additionally, add the dependencies as below.

@@dependency [sbt,Maven,Gradle] {
group=com.lightbend.akka
artifact=akka-stream-alpakka-google-common_$scala.binary.version$
Expand Down
Loading