|
1 | 1 | Porter <img src="https://github.com/ScriptFUSION/Porter/blob/master/docs/images/porter%20222x.png?raw=true" align="right">
|
2 | 2 | ======
|
3 | 3 |
|
4 |
| -[![Latest version][Version image]][Releases] |
5 |
| -[![Total downloads][Downloads image]][Downloads] |
6 |
| -[![Build status][Build image]][Build] |
7 |
| -[![Mutation score][MSI image]][MSI report] |
8 |
| -[![Test coverage][Coverage image]][Coverage] |
| 4 | +[![Version image]][Releases] |
| 5 | +[![Downloads image]][Downloads] |
| 6 | +[![Build image]][Build] |
| 7 | +[![Quickstart image]][Quickstart build] |
| 8 | +[![Quickstart Symfony image]][Quickstart Symfony build] |
| 9 | +[![Coverage image]][Coverage] |
| 10 | +[![Mutation score image][MSI image]][MSI report] |
9 | 11 |
|
10 | 12 | ### Durable and concurrent data imports for consuming data at scale and publishing testable SDKs
|
11 | 13 |
|
@@ -214,7 +216,7 @@ Synchronously, we seldom trip protection measures even for high volume imports,
|
214 | 216 | A `DualThrottle` can be assigned by modifying the import specification as follows.
|
215 | 217 |
|
216 | 218 | ```php
|
217 |
| -(new AsyncImportSpecification)->setThrottle(new DualThrottle) |
| 219 | +(new Import)->setThrottle(new DualThrottle) |
218 | 220 | ```
|
219 | 221 |
|
220 | 222 | #### ThrottledConnector
|
@@ -534,15 +536,19 @@ Porter is supported by [JetBrains for Open Source][] products.
|
534 | 536 | [Downloads image]: https://poser.pugx.org/scriptfusion/porter/downloads "Total downloads"
|
535 | 537 | [Build]: https://github.com/ScriptFUSION/Porter/actions/workflows/Tests.yaml
|
536 | 538 | [Build image]: https://github.com/ScriptFUSION/Porter/actions/workflows/Tests.yaml/badge.svg "Build status"
|
537 |
| - [MSI image]: https://img.shields.io/endpoint?style=flat&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2FScriptFUSION%2FPorter%2Fmaster |
| 539 | + [Quickstart build]: https://github.com/ScriptFUSION/Porter/actions/workflows/Quickstart.yaml |
| 540 | + [Quickstart image]: https://github.com/ScriptFUSION/Porter/actions/workflows/Quickstart.yaml/badge.svg "Quick start build status" |
| 541 | + [Quickstart Symfony build]: https://github.com/ScriptFUSION/Porter/actions/workflows/Quickstart%20Symfony.yaml |
| 542 | + [Quickstart Symfony image]: https://github.com/ScriptFUSION/Porter/actions/workflows/Quickstart%20Symfony.yaml/badge.svg "Symfony quick start build status" |
538 | 543 | [MSI report]: https://dashboard.stryker-mutator.io/reports/github.com/ScriptFUSION/Porter/master
|
| 544 | + [MSI image]: https://img.shields.io/endpoint?style=flat&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2FScriptFUSION%2FPorter%2Fmaster "Mutation score" |
539 | 545 | [Coverage]: https://codecov.io/gh/ScriptFUSION/Porter
|
540 | 546 | [Coverage image]: https://codecov.io/gh/ScriptFUSION/Porter/branch/master/graphs/badge.svg "Test coverage"
|
541 | 547 |
|
542 | 548 | [Issues]: https://github.com/ScriptFUSION/Porter/issues
|
543 | 549 | [PRs]: https://github.com/ScriptFUSION/Porter/pulls
|
544 | 550 | [Quickstart]: https://github.com/ScriptFUSION/Porter/tree/master/docs/Quickstart.md
|
545 |
| - [Symfony quickstart]: https://github.com/ScriptFUSION/Porter/tree/master/docs/Quickstart%20Symfony.md |
| 551 | + [Symfony quickstart]: https://github.com/ScriptFUSION/Porter/tree/master/docs/Quickstart%20Symfony.md |
546 | 552 | [Provider]: https://github.com/provider
|
547 | 553 | [Porter transformers]: https://github.com/Porter-transformers
|
548 | 554 | [Porter connectors]: https://github.com/Porter-connectors
|
|
0 commit comments