testcontainers / testcontainers/testcontainers-python
New Container: CrateDB
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 2.3k
- Forks
- 386
- Avg merge
- 4h 40m
- Merged PRs (30d)
- 1
Description
What is the new container you'd like to have?
Container for CrateDB database.
Why not just use a generic container for this?
CrateDB has it's own wait strategy as well as the need to have different setups, for example to form a cluster we'd need 3 docker instances. These would be better implemented here, upstream.
Other references:
We have already a working implementation thanks to @amotl https://github.com/crate/cratedb-toolkit/blob/main/cratedb_toolkit/testing/testcontainers/cratedb.py
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the working CrateDB implementation linked in the issue and compare it with existing container patterns in testcontainers-python. Review how its wait strategy and multi-instance cluster setup should fit the project; done means a supported CrateDB container with the requested setup behavior and tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, python
- Domain
- database, testing
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100