
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
koop-pgcache
Advanced tools
A PostGIS data cache for Koop.
Koop's data caching is by default a local, in-memory object. koop-pgcache allows you to use PostGIS to cache data retrieved from requests more efficiently and minimize round trips and rate limiting from third party data providers.
npm install koop-pgcache
To use a PostGIS cache, you need to have a PostgreSQL database with PostGIS enabled.
Detailed installation guides for PostgreSQL are available here.
Instructions for enabling PostGIS on an existing PostgreSQL database are available here.
Once you have a PostGIS database for Koop to use as a cache, add the postgres address of the database to your Koop configuration and register the PostGIS cache like so:
var config = {
'db': {
'conn': 'postgres://localhost/koopdev'
}
}
var koop = require('koop')(config)
var koopPg = require('koop-pgcache')
koop.registerCache(koopPg)
If everything was configured correctly, Koop should now be using your PostGIS database to cache data from providers.
Find a bug or want to request a new feature? Please let us know by submitting an issue.
Esri welcomes contributions from anyone and everyone. Please see our guidelines for contributing.
FAQs
A PostGIS data cache for Koop.
The npm package koop-pgcache receives a total of 28 weekly downloads. As such, koop-pgcache popularity was classified as not popular.
We found that koop-pgcache demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.