|
1 | 1 | --- |
2 | 2 | slug: new-pathling-server |
3 | 3 | title: Introducing the new Pathling server |
4 | | -authors: [ johngrimes ] |
5 | | -tags: [ release, server ] |
| 4 | +authors: [johngrimes] |
| 5 | +tags: [release, server] |
6 | 6 | --- |
7 | 7 |
|
8 | 8 | We're excited to announce the release of a new Pathling server. This is a |
@@ -187,7 +187,7 @@ The `$import` operation loads FHIR data from external sources into the server. |
187 | 187 | Supported formats include: |
188 | 188 |
|
189 | 189 | | Format | MIME type | |
190 | | -|---------|----------------------------------| |
| 190 | +| ------- | -------------------------------- | |
191 | 191 | | NDJSON | `application/fhir+ndjson` | |
192 | 192 | | Parquet | `application/vnd.apache.parquet` | |
193 | 193 |
|
@@ -336,7 +336,7 @@ The Bulk Submit page allows you to monitor and manage Bulk Submit jobs. |
336 | 336 |
|
337 | 337 | The SQL on FHIR page allows you to create, run, and export view definitions. |
338 | 338 |
|
339 | | - |
| 339 | + |
340 | 340 |
|
341 | 341 | You can interact with a demonstration server |
342 | 342 | at [https://demo.pathling.app](https://demo.pathling.app). |
@@ -378,12 +378,12 @@ pathling: |
378 | 378 | limits: |
379 | 379 | memory: 4G |
380 | 380 | volumes: |
381 | | - - name: warehouse |
382 | | - persistentVolumeClaim: |
383 | | - claimName: pathling-warehouse |
| 381 | + - name: warehouse |
| 382 | + persistentVolumeClaim: |
| 383 | + claimName: pathling-warehouse |
384 | 384 | volumeMounts: |
385 | | - - name: warehouse |
386 | | - mountPath: /usr/share/warehouse |
| 385 | + - name: warehouse |
| 386 | + mountPath: /usr/share/warehouse |
387 | 387 | config: |
388 | 388 | pathling.implementationDescription: My Pathling Server |
389 | 389 | ``` |
|
0 commit comments