-
Notifications
You must be signed in to change notification settings - Fork 44
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
There are 20 marmot repositories #1
Comments
Interesting I didn't know Google had one too. I am open to name suggestions. It's early days so I think I can change the name easily. The reason I named it marmot to begin with was from the idea of nodes just shouting and getting change replicated. Initially the whole thing was over UDP (I was using QUIC) but later I converged to using Raft and TCP. |
Finding an unused name is getting harder every day. Somewhat related because this affects module name... In go.mod, the module name should include full prefix like this.
Otherwise, it won't get picked up by https://pkg.go.dev. |
Just did it, next version should have that as well. Changes are already on master. |
Nice. You may need to tag a new release (not marked as pre-release). Then you can click submit without getting the error about module name at: https://pkg.go.dev/github.com/maxpert/marmot It seems to ignore releases marked as pre-release. |
Yep there should be a build out in a while with new disk based state-machine and early version of snapshot restoration as well. I still need someone to help me test it on something other than my deployment. |
Now I am getting
|
If 0.3.9 was marked pre-release then maybe (just a wild guess) pkg.go.dev will continue ignoring it after it is unmarked. You might need new release tag with new version number which wasn't used before. Just to be sure, make a small change to the README or some other file so the new version isn't on the same commit as 0.3.9. |
Done I was able to get it done. I feel like some community gathering around this. May be a discord or gitter channel will help. |
marmolite might combine the |
Including one by google
Maybe it'd be a good idea to change the name
Cool project though
The text was updated successfully, but these errors were encountered: