-
-
Notifications
You must be signed in to change notification settings - Fork 501
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Modules]: add examples/modules on the most uses services/images #636
Comments
@mdelapenya can I pick mongodb? |
Please do it! 🙏 |
Interested in tackling Neo4j :) |
@mdelapenya can I pick RabbitMQ? |
@Tingaev please go for it! Do you want to create an example or a real Go module? We should probably communicate the difference in a clearer manner, but modules for designed as dependencies to be consumed by downstream project, and examples for simply demonstrations, copying the code snippets, which include private APIs. Whatever you prefer is welcome |
@mdelapenya I thought and decided to make a module instead of just an example |
@Tingaev please take a look at https://github.com/testcontainers/testcontainers-go/pull/1016/files#diff-bf2f2ea9f93d17fd1a016e2893c5b7fe7dae04263b1662c8e03926e4e728f495. In this PR we try to explain how to create it |
I would be keen to including a NATS example (possibly module in the future) what would be required to do so? |
@eddumelendez cool, I have been in the slack groups for a while & been learning how to use NATS personally so will be able to showcase a usage. I also know from the NATS slack group, a lot are using jetstream. I could likely port this over as I have found myself being able to get this working on many small projects EDIT: I have forked and created an example for NATS here would the next step in the process be to submit a PR? what would be recommended. |
@adoublef I'd suggest starting with an example is great for experimenting with a module, like an incubation stage. Once you are happy with it, you could convert it into a real module, as described in https://golang.testcontainers.org/modules You could use the code generation tool to bootstrap the scaffolding, and/or migrate the existing example following this:
Please consider that the modules design is still in dev (see #1042) so it's evolving using proper, better abstractions in it. |
Hi @mdelapenya, I am interested for k3s, can i pick iit up :)) Thanks! |
@mritunjaysharma394 be my guest and do it! There is a Java implementation you can follow (j terms of API), will post here a link to it as I'm AFK |
That was quick, thanks a lot @mdelapenya, I guess you meant this link right? also, loving this blog by you already! |
I wanted to request adding a minio module? I have a version that I use in a persoanl sdk where the API is near enough similar to what I'd find with the official modules. Cc @mdelapenya |
I'm going to close this issue, as the modules catalog has grown a lot, and I think we do not need to track them all here. Thank you all for your work creating modules! |
Proposal
Given there is a tool to generate the scaffolding for new examples as Go modules (https://golang.testcontainers.org/examples), let's use it to start adding examples.
We have elaborated the list below from Testcontainers for Java. If you're interested in adding any example, please comment here the module you want to work on (we'll add your username to next to it in the list), use the tool to generate the scaffolding for the module you are interested in, and send a PR. We'll link your PR here next to the item in the list.
Our recommendation is to visit the Java module and start porting its behavior and settings to the Go example module.
Modules
The text was updated successfully, but these errors were encountered: