Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
dy-logs-service
Advanced tools
Make sure you have docker-compose
installed and then
run docker-compose -f docker-compose.yml -f docker-compose.app.yml up --build
You will have access to the ElasticSearch on localhost:9200 Kibana on localhost:5601 and Logs&Metrics service on
localhost:5000
Generate logs by running npm install
and then node insertLogs.js
. You can modify the params in 'insertLogs.js'
for different logs distribution. Note! use must use node >= 11 to run this script
Try it out by sending a request like: curl localhost:5000/api/v1/876543/ssapi/logs/all
Run docker-compose up
. This will bring up just the Kibana and ES
Create a run configuration in your favorite IDEA (Intellij😊). Make sure to configure a build for Typescript first
Debug the app locally.
TODO how to run the Unit tests.
Run ./integration-test.sh
.
This script basically incorporates the following steps which you can perform separately if you want to debug the tests or run them locally from your IDEA:
docker-compose -f docker-compose.es.yml up -d
.npm run generate
(make sure the ES is up and running).npm run test
.docker-compose -f docker-compose.es.yml down
to clean up.npm run lint
Deployment is the same as all dy-helm projects
Changes to the interfaces require publishing a new version of the logs-metrics-types
npm package inside packages
.
To do so execute the following:
cd packages/logs-metrics-types
npm install
(if not already done)npm run build
npm run publish
FAQs
Logs And Metrics Service
The npm package dy-logs-service receives a total of 0 weekly downloads. As such, dy-logs-service popularity was classified as not popular.
We found that dy-logs-service 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.