Hacker News new | ask | show | jobs
by ab071c41 1915 days ago
I've been looking for software to map relationships between my team's products (app servers) and their integrations.

E.g. server01 can go from 3.1 to version 4.0 since foo01 integrates with server01 and foo01 supports 3.1 and 4.0.

I have been poking around at graph databases for this, but I'm also looking for something better than wiki pages.

1 comments

Yes! I worked at a well-known regional company about 15 years ago and we built one of these ourselves. It would track servers, software, packages, etc... You could quickly see which web servers were running which versions of .Net and then drill into the applications which had their own tagging to specific .Net versions. Then you'd have a clear picture of the opportunity/costs/consequences of upgrading the version on that machine.

I'm interested in this type of system for my current job and I can't find anything on the market.

maybe I have a new project to start.