diff --git a/CITATION.cff b/CITATION.cff index 0ce67d554c2e47b5875e4aefe89b1d315469b2ec..ef59a12fafa54dab086407897ec79dc986292973 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -11,7 +11,7 @@ title: Theodolite version: "0.8.2" repository-code: "https://github.com/cau-se/theodolite" license: "Apache-2.0" -doi: "10.1016/j.bdr.2021.100209" +doi: "10.1007/s10664-022-10162-1" preferred-citation: type: article authors: @@ -21,9 +21,9 @@ preferred-citation: - family-names: Hasselbring given-names: Wilhelm orcid: "https://orcid.org/0000-0001-6625-4335" - doi: "10.1016/j.bdr.2021.100209" - journal: "Big Data Research" - month: 7 - title: "Theodolite: Scalability Benchmarking of Distributed Stream Processing Engines in Microservice Architectures" - volume: 25 - year: 2021 + doi: "10.1007/s10664-022-10162-1" + journal: "Empirical Software Engineering" + month: 8 + title: "A Configurable Method for Benchmarking Scalability of Cloud-Native Applications" + volume: 27 + year: 2022 diff --git a/README.md b/README.md index a93be9469000b3771d39f72a8c920dce28d1c919..e265655b38b6283807cdcfa97de7a0fb03e122a5 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ > A theodolite is a precision optical instrument for measuring angles between designated visible points in the horizontal and vertical planes. -- <cite>[Wikipedia](https://en.wikipedia.org/wiki/Theodolite)</cite> -Theodolite is a framework for benchmarking the horizontal and vertical scalability of cloud-native applications. +Theodolite is a framework for benchmarking the horizontal and vertical scalability of cloud-native applications in Kubernetes. ## Quickstart @@ -27,4 +27,10 @@ Documentation on Theodolite itself as well as regarding its benchmarking method If you use Theodolite, please cite -> Sören Henning and Wilhelm Hasselbring. (2021). Theodolite: Scalability Benchmarking of Distributed Stream Processing Engines in Microservice Architectures. Big Data Research, Volume 25. DOI: [10.1016/j.bdr.2021.100209](https://doi.org/10.1016/j.bdr.2021.100209). arXiv:[2009.00304](https://arxiv.org/abs/2009.00304). +> Sören Henning and Wilhelm Hasselbring. “A Configurable Method for Benchmarking Scalability of Cloud-Native Applicationsâ€. In: *Empirical Software Engineering* 27. 2022. DOI: [10.1007/s10664-022-10162-1](https://doi.org/10.1007/s10664-022-10162-1). + +When referring to our stream processing benchmarks, please cite + +> Sören Henning and Wilhelm Hasselbring. “Theodolite: Scalability Benchmarking of Distributed Stream Processing Engines in Microservice Architecturesâ€. In: *Big Data Research* 25. 2021. DOI: [10.1016/j.bdr.2021.100209](https://doi.org/10.1016/j.bdr.2021.100209). arXiv:[2009.00304](https://arxiv.org/abs/2009.00304). + +See our website for a [list of publications](https://www.theodolite.rocks/publications.html) directly related to Theodolite. \ No newline at end of file diff --git a/codemeta.json b/codemeta.json index caf403217071cb4375fdbf039f51efd7152dd8ca..4767108624bfa905c1be5b3af3dc2a2f680325c5 100644 --- a/codemeta.json +++ b/codemeta.json @@ -14,7 +14,7 @@ "relatedLink": [ "https://www.theodolite.rocks" ], - "referencePublication": "https://doi.org/10.1016/j.bdr.2021.100209", + "referencePublication": "https://doi.org/10.1007/s10664-022-10162-1", "programmingLanguage": [ "Kotlin", "Java",