Declarative Configuration
Mgmt allows users to define their configurations in a declarative manner, making it easier to manage infrastructure as code. This can help reduce errors and increase reproducibility.
Real-Time Automation
Mgmt is designed for real-time automation, meaning it continuously monitors and updates resources as needed. This helps ensure that the system state is always as expected and can quickly respond to changes.
Event-Driven
The engine is event-driven, allowing it to react to changes in the environment immediately. This can lead to more efficient operations compared to periodic polling models used by some other tools.
Parallel Execution
Mgmt can execute configuration changes in parallel, which can significantly reduce the time required for large-scale deployments and updates.
Resource Modeling
The tool offers a rich resource modeling capability, allowing for complex dependencies and interactions to be easily managed.
We have collected here some useful links to help you find out if mgmt is good.
Check the traffic stats of mgmt on SimilarWeb. The key metrics to look for are: monthly visits, average visit duration, pages per visit, and traffic by country. Moreoever, check the traffic sources. For example "Direct" traffic is a good sign.
Check the "Domain Rating" of mgmt on Ahrefs. The domain rating is a measure of the strength of a website's backlink profile on a scale from 0 to 100. It shows the strength of mgmt's backlink profile compared to the other websites. In most cases a domain rating of 60+ is considered good and 70+ is considered very good.
Check the "Domain Authority" of mgmt on MOZ. A website's domain authority (DA) is a search engine ranking score that predicts how well a website will rank on search engine result pages (SERPs). It is based on a 100-point logarithmic scale, with higher scores corresponding to a greater likelihood of ranking. This is another useful metric to check if a website is good.
The latest comments about mgmt on Reddit. This can help you find out how popualr the product is and what people think about it.
Here's a different kind of workflow engine with a proper DSL. It turns out config management is the same problem as workflow engines, if you use my modern definition of config management. https://github.com/purpleidea/mgmt/. - Source: Hacker News / 2 months ago
Have a look at https://github.com/purpleidea/mgmt/ and tell me what you think. We don't have enough docs though. Tough being an open source thing that you want to keep open. - Source: Hacker News / 7 months ago
I'm the main author of https://github.com/purpleidea/mgmt/ and we use a lot of graphs. (Mostly DAG's actually.) In particular we'll have a DAG and then add nodes and edges to it, and then remove some and so on... It would be nice to visualize these changes. We currently use graphviz, but it's not "stable" so a diagram jumps around a lot when we look at snapshot to snapshot... If (1) we could guarantee some kind of... - Source: Hacker News / 9 months ago
This article misses the point. The future will be self-hosted (or local community hosted) when automation technology actually matures and shows some real innovations. That's one reason we're building https://github.com/purpleidea/mgmt/. - Source: Hacker News / 12 months ago
It's very interesting (I applaud this) that one of the main goals seems to be to make it more approachable as compared to TLA+, but then they go in write it in C# which I consider to be an incredibly unapproachable community and language. I'm not trying to draw the ire of the Microsoft fan boys, and there are certainly smart people working on that, but it's just not going to happen for most people. Had this been... - Source: Hacker News / about 1 year ago
Using the `mcl` DSL language in https://github.com/purpleidea/mgmt/ It's awesome. But I'm biased because I designed it. You can't build anything, but you can build many things much more easily. Particularly distributed systems. - Source: Hacker News / over 1 year ago
Nice! I do a lot of concurrency work with DAG's in https://github.com/purpleidea/mgmt/ and I would love to swap out some of those concurrency runners with a lib if possible. I was wondering if this could be it... Any thoughts in that direction, please let me know! - Source: Hacker News / over 1 year ago
This feels like a specialized version of https://github.com/purpleidea/mgmt/ but Microsoft only. - Source: Hacker News / over 1 year ago
Miaplaza | Infrastructure/Automation Engineer | REMOTE (Most countries, work time must overlap with North America) | Full-Time Mini hiring video about the job: https://mastodon.social/@purpleidea/113075362647034036 I'm officially hiring! Want to work for me improving mgmt config and using it to do infrastructure automation? https://github.com/purpleidea/mgmt/ I'm... - Source: Hacker News / almost 2 years ago
I'm hiring for a company that is building a tech stack of VM's. My username at mastodon or twitter has the details, and it's about working with https://github.com/purpleidea/mgmt/. - Source: Hacker News / almost 2 years ago
> Programming Models If you read this section, the author gets a lot of things right, but clearly doesn't know the space that well since there have been people building things along these lines for years. And making vague commentary instead of describing the nitty-gritty doesn't evoke much confidence. I work on one such language/tool called mgmt config, but I have had virtually no interest and/or skill in... - Source: Hacker News / almost 2 years ago
The design of this project is a dead end. If you want something that looks like it's ten years old, use Ansible or Puppet. Disclosure, I'm working on https://github.com/purpleidea/mgmt/ so I think I have some reason to comment about this kind of tooling. - Source: Hacker News / almost 2 years ago
Huge news! I hope the new leadership remembers that keeping golang small and simple was its greatest strength. Adding generics was too much, and while I think there are some important small cases when it's valuable, in practice people are using it when they shouldn't. I'd also like to see less google control of the project. I'm certainly thankful for golang as it made my - Source: Hacker News / almost 2 years ago
This is a new provisioning tool built with https://github.com/purpleidea/mgmt/ that I hope both provides great value and also demonstrates the start of a new way to build certain kinds of software. Thanks for reading! - Source: Hacker News / over 2 years ago
I've looked briefly into this project before. Some ideas are similar to what I'm doing in https://github.com/purpleidea/mgmt/ but the really weird thing is that I have no idea who's behind this language. A person? A company? A small group? Are they anonymous for some reason or am I oblivious? - Source: Hacker News / over 2 years ago
The DAG concurrency stuff feels familiar to what I've been doing with our language, mcl. https://github.com/purpleidea/mgmt/ Our goal is NOT a general-purpose turing-complete language like this one is, but we do some amazing lock-free, DAG concurrency things to achieve the processing wins. - Source: Hacker News / over 2 years ago
I don't think it's good news, but why is anyone surprised? Nobody wants to pay for open source. Companies want it for free, and individuals don't have enough luxury time to be able to do it themselves. Prove me wrong and help patch or fund https://github.com/purpleidea/mgmt/ and you'll have an even better replacement for terraform! - Source: Hacker News / almost 3 years ago
The Technical Blog of James https://purpleidea.com/blog/ Random tech stuff and of course my work on https://github.com/purpleidea/mgmt/. - Source: Hacker News / about 3 years ago
Eventually decided puppet wasn't a good enough tool to be able to autonomously deploy and continuously manage such clusters. So I started working on this https://github.com/purpleidea/mgmt/ project. Not quite MVP yet, but trying to get there soon. Got distracted along the way with having to work real jobs (Red Hat, Amazon) to pay bills. Source: about 3 years ago
Individual here, not a company. We'd love contributors to https://github.com/purpleidea/mgmt/. Source: about 3 years ago
Yeah, that project is pretty much at the bottom of my list, unfortunately. My top projects these days are mgmt, klister, recursion-schemes, and hint... And that's already too much! Source: about 3 years ago
Do you know an article comparing mgmt to other products?
Suggest a link to a post with product alternatives.
Is mgmt good? This is an informative page that will help you find out. Moreover, you can review and discuss mgmt here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.