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.
@prov4itdata/web-app
Advanced tools
PROV4ITDaTa:web-app serves as the backend for the PROV4ITDaTa platform, its main tasks are:
Technical details can be found in docs/REPORT.md
.
For some of the use cases defined below, the RMLMapper Web API needs to be running.
The RMLMapper Web API must be set up using a specific version of the RMLMapper. You can find the corresponding JAR here, or you can download it from the commandline as follows:
curl -L https://cloud.ilabt.imec.be/index.php/s/sGqqBNWYFBJ6iLA/download --output rmlmapper.jar
Assuming you have the downloaded the JAR to the current directory, you can run the RMLMapper Web API using this JAR as follows
rmlmapper-webapi -r rmlmapper.jar
By default, this will serve the RMLMapper Web API at http://localhost:4000/
.
You can configure the environment using the app-config.json
file:
environment
value to dev
. Don't forget to specify the url of the RMLMapper Web API using the rmlmapper_webapi
property.environment
value to testbed
. Don't forget to specify the url of the RMLMapper Web API using the rmlmapper_webapi
property.Each app-config
refers to a json file (template at config.template.json
) that contains all credentials. Check the respective Data Provider APIs as to how to specify all credentials.
Install the web-app as follows:
yarn install
Once the installation is completed, we have to install and build the user-interface (@prov4itdata/ui
).
This can be done by running the ui:all
script:
yarn run ui:all
Run the web-app using:
yarn run start
Run the web-app in development mode using:
yarn run start:dev
app-config.json
).This code is copyrighted by Ghent University – imec and released under the MIT license.
FAQs
PROV4ITDaTa Web app
The npm package @prov4itdata/web-app receives a total of 2 weekly downloads. As such, @prov4itdata/web-app popularity was classified as not popular.
We found that @prov4itdata/web-app 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
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.