Hi,
Does anyone have a better idea or points of interest for the following? ...
In my daily work I create all kinds of ETL procedures (Extract Translate Load). Which actually means that I am working with many different data in all kinds of locations. As long as I am building, I know exactly where everything is and what the consequences of adjustments are, but if I have to change a table after six months, I no longer always know what the possible consequences are without first view the data at all the locations. That's a bit of a waste of time.
So now I'm looking for a way to document that. I haven't been able to find any useful tools for this, but if anyone knows anything, I'd love to hear it.
Until now I had the idea (and already tested it a bit) to put a number of string grids on a form, separated by splitters). And then if items have a relationship, these relationships are displayed using a color.
At first glance it works, but if you have 10 string grids it becomes tedious to read and creating the relationships is labor intensive. I do this with checkboxes and then saving it in a SQLite databas which consists of only 2 tables. 1 with all individual names of the items and 1 relationship table.
The idea seemed nice, but I think it quickly becomes confusing. (to manny grids with to manny rows).
Hence the question. does anyone have a better idea for capturing relationships between all kinds of different (data) items? Before I start again with "my new MVP knowledge", see other thread.