https://github.com/data-fair/processing-sirene
Load french Sirene database into a data-fair dataset.
https://github.com/data-fair/processing-sirene
Last synced: 4 months ago
JSON representation
Load french Sirene database into a data-fair dataset.
- Host: GitHub
- URL: https://github.com/data-fair/processing-sirene
- Owner: data-fair
- License: mit
- Created: 2022-10-21T14:22:44.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-09-18T09:23:36.000Z (9 months ago)
- Last Synced: 2025-09-18T11:37:16.040Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.69 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# data-fair/processing-sirene
Load french Sirene database into a data-fair dataset.
## Release
Processing plugins are fetched from the npm registry with a filter on keyword "data-fair-processings-plugin". So publishing a plugin is as simple as publishing the npm package:
```
npm version minor
npm publish
git push && git push --tags
```
To publish a test version, use prerelease versioning with a "test" npm tag:
```
npm version preminor --preid=beta
npm publish --tag=test
git push && git push --tags
```