Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make packages baked into images by Amigo visible to the service catalogue #1333

Merged
merged 6 commits into from
Dec 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ CQ_GITHUB_LANGUAGES=0.0.5
# See https://github.com/guardian/cq-source-ns1
CQ_NS1=0.1.2

# See https://github.com/guardian/cq-image-packages
CQ_IMAGE_PACKAGES=1.0.0

# --- FOR LOCAL DEVELOPMENT ONLY ---
STAGE=DEV
DATABASE_USER=postgres
Expand Down
3 changes: 2 additions & 1 deletion docs/cloudquery-implementation.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ We are using CloudQuery to collect data from:
- Snyk
- Fastly
- Galaxies of the Guardian
- Image packages

As it is relatively easy collect data with CloudQuery, we have, largely, opted to collect _all_ the data.
By collecting this extra data, we enable others to answer their questions. For example:
Expand All @@ -20,7 +21,7 @@ By collecting this extra data, we enable others to answer their questions. For e

We have implemented CloudQuery to run on AWS ECS,
writing data to [Postgres](https://www.cloudquery.io/docs/plugins/destinations/postgresql/overview).
This is all [defined using GuCDK](../packages/cdk/lib/cloudquery.ts).
This is all [defined using GuCDK](../packages/cdk/lib/cloudquery/index.ts).

We have more interest in some data sources than others.
For example, we'd like to know more about AWS Lambdas across the estate than AWS Elastic Beanstalk deployments.
Expand Down
1 change: 1 addition & 0 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ We are using CloudQuery to collect data about how The Guardian uses:
- Snyk
- Fastly
- Galaxies of the Guardian
- Image packages

CloudQuery generally collects metadata about these resources. That means that we have information like the name of a
repository, and when it was created, but not the contents of the files in it.
Expand Down
Loading
Loading