
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
The code behind http://data.okfn.org.
Core is an ultra-lightweight Data Hub running off data packages.
Very simple. Just one or two simple web pages
DataStore and API
Web interface
How to implement?
Pure JS (or Node or Flask?)
Why Not Use CKAN?
Requires NodeJS (>= v0.8).
Install the requirements (in package.json):
npm install .
Run the web application locally:
node app.js
If you want to customize the catalog file you run off set the environment variable:
export CATALOG_URL={url-to-your-data-package-catalog}
Note that you will need to install the Heroku toolbelt to carry out the heroku commands below.
Skip this step if the application is already deployed
This is heavily based on this tutorial.
# replace {app-name} with the name of your app
heroku create {app-name}
git push heroku master
# now point at our config
heroku ps:scale web=1
Push to heroku git repo:
git push heroku master
Note: if didn't do the create you will need to add the heroku remote:
git remote add heroku git@heroku.com:{app-name}.git
heroku sharing:add joe@example.com
Do the following:
heroku domains:add {your-domain-name}
Now CNAME your domain to {myapp}.herokuapp.com
FAQs
The code behind <http://data.okfn.org>.
We found that datahub 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.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.