https://github.com/smartinscottlogic/name-similarity
Generate output of similarly named files (based on cosine similarity)
https://github.com/smartinscottlogic/name-similarity
Last synced: about 1 month ago
JSON representation
Generate output of similarly named files (based on cosine similarity)
- Host: GitHub
- URL: https://github.com/smartinscottlogic/name-similarity
- Owner: SMartinScottLogic
- Created: 2022-10-05T08:39:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-22T20:18:26.000Z (over 1 year ago)
- Last Synced: 2023-10-23T17:59:26.525Z (over 1 year ago)
- Language: Rust
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# name-similarity
Generate output of similarly named files (based on cosine similarity)# OpenTelemetry
## Running Locally
Launch Jaeger in docker:
* docker run -d -e COLLECTOR_OTLP_ENABLED=true -p 14269:14269 -p 16686:16686 -p 4317:4317 -p 4318:4318 jaegertracing/all-in-one:latestSet the below environment variables:
* OTEL_SERVICE_NAME: Desired *service* name to identify the application in Jaeger (e.g. *nom*)
* OTEL_EXPORTER_OTLP_ENDPOINT: HTTP endpoint to use to communicate with the collector (e.g. *http://localhost:4318/v1/traces*)