Add projects data
- Update README with more steps on how I setup locally, also updated Python to latest 3.10.X
- Add Makefile commands for convenience
- Commit a
.tool-versions
file (it was gitignored previously) - Add Projects API files (https://docs.gitlab.com/ee/api/projects.html)
- At the Instance level and uses
created_at
as the timestamp
- At the Instance level and uses
- Made changes to run each instance ingestion method in
performIngestionForInstance
rather than failing if one (since they were all wrapped in a try/catch)
Followed setup instructions based on: https://www.youtube.com/watch?v=iWXvQpjJ5d4
Issue URL: #20 (closed)
Edited by Andrew Jung