Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
gss-cogs-chart-builder
Advanced tools
Chart Builder is a proof-of-concept app to understand the feasibility of using a CSV file (or SPARQL query) to generate and customise a chart or data visualisation.
Chart Builder is a proof-of-concept app to understand the feasibility of using a CSV file (or SPARQL query) to generate and customise a chart or data visualisation.
Chart Builder is an HTML-JavaScript app built with the React-TypeScript stack.
Ensure you have Node installed on your system. Chart Builder has been built against Node v16.13
Ensure you have yarn installed
npm install --global yarn
We use yarn to manage packages. To install the project packages
yarn
Then, to launch a local development instance of Chart Builder, run:
yarn start
To build the app locally:
yarn build
The output directory is build. You can copy the build assets from there to the wwwroot of your webserver
A CI/CD pipeline is configured using Google Cloud Build and deploys the containerised app to this URL:
https://chart-builder-no4vxskx7a-nw.a.run.app/
Automated build is triggered by changes to the main branch of the chart-builder
source code
Dockerfile and nginx.conf files in the chart-builder repo
These files are both located in the root of the chart-builder
repository.
The Dockerfile
specifies a multistage docker image build. The first stage builds the source code and the second stage copies this build output (without the source code and node modules) into a new container image. The resultant image (approx. 45Mb) is then deployed.
The nginx.conf
file is used to configure the nginx web server that runs inside the container.
**In the GCP Cloud Run web console **
The GCP console can be used to configure the build trigger and container specification
GSSCOGS/idpd-platform project
chart-builder
serviceThe chart builder can be built as a reusable NPM package. Start by choosing a version number, then run:
# set version
export VERSION=<next version>
# use webpack.library.config.js to build the dist/ dir
yarn library
# publish it to NPM
cd dist
yarn publish
# tag it and push the tag to origin
git tag $VERSION
git push --tags
FAQs
Chart Builder is a proof-of-concept app to understand the feasibility of using a CSV file (or SPARQL query) to generate and customise a chart or data visualisation.
The npm package gss-cogs-chart-builder receives a total of 0 weekly downloads. As such, gss-cogs-chart-builder popularity was classified as not popular.
We found that gss-cogs-chart-builder demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.