Skip to content

Commit e77fb92

Browse files
committed
Re-order the server packages
The order of the server packages was a bit arbitrary. This PR re-orders them by sorting them from highest to lowest level, for their respective importance and then how production ready they are.
1 parent 2f9da9c commit e77fb92

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
title: Explore cloud native packages
22
tertiary_cards:
3-
- name: Swift Prometheus
4-
text: Client for the Prometheus monitoring system, supporting counters, gauges and histograms.
5-
link_text: View on GitHub
6-
link: https://github.com/swift-server/swift-prometheus
73
- name: gRPC Swift
84
text: The Swift language implementation of gRPC.
95
link_text: View on GitHub
106
link: https://github.com/grpc/grpc-swift
7+
- name: Swift OTel
8+
text: OpenTelemetry client built for Swift observability libraries. (pre-1.0 release)
9+
link_text: View on GitHub
10+
link: https://github.com/swift-otel/swift-otel
11+
- name: Swift Prometheus
12+
text: Client for the Prometheus monitoring system, supporting counters, gauges and histograms.
13+
link_text: View on GitHub
14+
link: https://github.com/swift-server/swift-prometheus
1115
- name: Swift OPA
1216
text: Evaluate Open Policy Agent IR Plans compiled from Rego declarative policy. (pre-1.0 release)
1317
link_text: View on GitHub
1418
link: https://github.com/open-policy-agent/swift-opa
15-
- name: Swift OTel
16-
text: OpenTelemetry client built for Swift observability libraries. (pre-1.0 release)
17-
link_text: View on GitHub
18-
link: https://github.com/swift-otel/swift-otel

_data/new-data/get-started/cloud-services/tertiary-content.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ tertiary_cards:
77
text: Generate Swift client and server code from an OpenAPI document.
88
link_text: View on GitHub
99
link: https://github.com/apple/swift-openapi-generator
10-
- name: SwiftNIO
11-
text: Cross-platform asynchronous event-driven network application framework.
10+
- name: Async HTTP Client
11+
text: Provides an HTTP Client library built on top of SwiftNIO.
1212
link_text: View on GitHub
13-
link: https://github.com/apple/swift-nio
13+
link: https://github.com/swift-server/async-http-client
1414
- name: PostgresNIO
1515
text: Non-blocking, event-driven Swift client for PostgreSQL.
1616
link_text: View on GitHub
1717
link: https://github.com/vapor/postgres-nio
18-
- name: Async HTTP Client
19-
text: Provides an HTTP Client library built on top of SwiftNIO.
18+
- name: SwiftNIO
19+
text: Cross-platform asynchronous event-driven network application framework.
2020
link_text: View on GitHub
21-
link: https://github.com/swift-server/async-http-client
21+
link: https://github.com/apple/swift-nio

0 commit comments

Comments
 (0)