Skip to content

Commit ebd6dfc

Browse files
authored
Merge pull request #69 from datastax/recognize-contributors
Introducing allcontributors to celebrate contributors
2 parents bab6523 + c28c1ed commit ebd6dfc

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

.all-contributorsrc

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"projectOwner": "datastax",
3+
"projectName": "cassandra-data-migrator",
4+
"repoType": "github",
5+
"repoHost": "https://github.com",
6+
"files": [
7+
"README.md"
8+
],
9+
"imageSize": 50,
10+
"commit": false,
11+
"commitConvention": "angular",
12+
"contributorsPerLine": 6,
13+
"contributorsSortAlphabetically": false,
14+
"linkToUsage": false,
15+
"skipCi": true,
16+
"contributors": []
17+
}

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![All Contributors](https://img.shields.io/github/all-contributors/datastax/cassandra-data-migrator?color=ee8449&style=flat-square)](#contributors)
2+
13
# cassandra-data-migrator
24

35
Migrate and Validate Tables between Origin and Target Cassandra Clusters.
@@ -100,3 +102,18 @@ This mode is specifically useful to processes a subset of partition-ranges that
100102
- Migrate from any Cassandra origin ([Apache Cassandra](https://cassandra.apache.org) / [DataStax Enterprise](https://www.datastax.com/products/datastax-enterprise) / [DataStax Astra DB](https://www.datastax.com/products/datastax-astra)) to any Cassandra target ([Apache Cassandra](https://cassandra.apache.org) / [DataStax Enterprise](https://www.datastax.com/products/datastax-enterprise) / [DataStax Astra DB](https://www.datastax.com/products/datastax-astra))
101103
- Validate migration accuracy and performance using a smaller randomized data-set
102104
- Custom writetime
105+
106+
## Contributors
107+
Thanks to these contributors! :sparkle:
108+
For recognizing contributions, please follow [this documentation](https://allcontributors.org/docs/en/bot/usage) and pick a key/contribution type from [here](https://allcontributors.org/docs/en/emoji-key).
109+
110+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
111+
<!-- prettier-ignore-start -->
112+
<!-- markdownlint-disable -->
113+
114+
<!-- markdownlint-restore -->
115+
<!-- prettier-ignore-end -->
116+
117+
<!-- ALL-CONTRIBUTORS-LIST:END -->
118+
119+
---

0 commit comments

Comments
 (0)