Open
Description
💡 Summary
A new project involves discovering stakeholder assets using various data sources and storing the results in a database.
Motivation and context
Although the project isn't currently top priority, we should have code for this task ready to go for when work on the project kicks off
Implementation notes
- Discovers assets for specified organizations and inserts the results into the DB
- reasonable performance and scalability
- modular to accommodate additional data sources being added down the road
- generalized so that it's able to slot into existing repos without too much trouble
Acceptance criteria
- Identify which data sources will be used in this process
- Implement code to use these datasources to discover assets
- Implement code to store these results in a database