https://github.com/av/tracequest

Find out exactly what your backend is doing

https://github.com/av/tracequest

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (1.0%) to scientific vocabulary

Keywords

nodejs tracing
Last synced: 6 months ago · JSON representation

Repository

Find out exactly what your backend is doing

Basic Info
  • Host: GitHub
  • Owner: av
  • Language: TypeScript
  • Default Branch: main
  • Homepage:
  • Size: 119 KB
Statistics
  • Stars: 1
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
nodejs tracing
Created over 5 years ago · Last pushed over 5 years ago
Metadata Files
Readme

README.md

Tracequest

Find out exactly what your backend is doing.

```typescript import tracequest from "tracequest";

const app = express(); app.use(tracequest);

...

app.get("/", async (req, res) => { // Ah, I wish all these external // calls would always be just as easy to find... await Promise.all([ queryDb(), enrichWithCRMData(), sendTelemetryToAThirdParty(), maybeGetFromCache(), setAnUnexpectedDeadlock(), overfetchFromARateLimitedAPI(), maybeFailBecauseOfDownstreamError(), queryDataWhichIsAlreadyAvailable(), doSomethingUseful(), ]);

res.send({ ok: true }); }); ```

Owner

  • Name: Ivan Charapanau
  • Login: av
  • Kind: user
  • Location: Warszawa

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

examples/package.json npm
  • axios ^0.21.0
  • express ^4.17.1
  • node-fetch ^2.6.1
  • request ^2.88.2
examples/yarn.lock npm
  • accepts 1.3.7
  • ajv 6.12.6
  • array-flatten 1.1.1
  • asn1 0.2.4
  • assert-plus 1.0.0
  • asynckit 0.4.0
  • aws-sign2 0.7.0
  • aws4 1.11.0
  • axios 0.21.0
  • bcrypt-pbkdf 1.0.2
  • body-parser 1.19.0
  • bytes 3.1.0
  • caseless 0.12.0
  • combined-stream 1.0.8
  • content-disposition 0.5.3
  • content-type 1.0.4
  • cookie 0.4.0
  • cookie-signature 1.0.6
  • core-util-is 1.0.2
  • dashdash 1.14.1
  • debug 2.6.9
  • delayed-stream 1.0.0
  • depd 1.1.2
  • destroy 1.0.4
  • ecc-jsbn 0.1.2
  • ee-first 1.1.1
  • encodeurl 1.0.2
  • escape-html 1.0.3
  • etag 1.8.1
  • express 4.17.1
  • extend 3.0.2
  • extsprintf 1.3.0
  • extsprintf 1.4.0
  • fast-deep-equal 3.1.3
  • fast-json-stable-stringify 2.1.0
  • finalhandler 1.1.2
  • follow-redirects 1.13.0
  • forever-agent 0.6.1
  • form-data 2.3.3
  • forwarded 0.1.2
  • fresh 0.5.2
  • getpass 0.1.7
  • har-schema 2.0.0
  • har-validator 5.1.5
  • http-errors 1.7.2
  • http-errors 1.7.3
  • http-signature 1.2.0
  • iconv-lite 0.4.24
  • inherits 2.0.3
  • inherits 2.0.4
  • ipaddr.js 1.9.1
  • is-typedarray 1.0.0
  • isstream 0.1.2
  • jsbn 0.1.1
  • json-schema 0.2.3
  • json-schema-traverse 0.4.1
  • json-stringify-safe 5.0.1
  • jsprim 1.4.1
  • media-typer 0.3.0
  • merge-descriptors 1.0.1
  • methods 1.1.2
  • mime 1.6.0
  • mime-db 1.44.0
  • mime-types 2.1.27
  • ms 2.0.0
  • ms 2.1.1
  • negotiator 0.6.2
  • node-fetch 2.6.1
  • oauth-sign 0.9.0
  • on-finished 2.3.0
  • parseurl 1.3.3
  • path-to-regexp 0.1.7
  • performance-now 2.1.0
  • proxy-addr 2.0.6
  • psl 1.8.0
  • punycode 2.1.1
  • qs 6.7.0
  • qs 6.5.2
  • range-parser 1.2.1
  • raw-body 2.4.0
  • request 2.88.2
  • safe-buffer 5.1.2
  • safe-buffer 5.2.1
  • safer-buffer 2.1.2
  • send 0.17.1
  • serve-static 1.14.1
  • setprototypeof 1.1.1
  • sshpk 1.16.1
  • statuses 1.5.0
  • toidentifier 1.0.0
  • tough-cookie 2.5.0
  • tunnel-agent 0.6.0
  • tweetnacl 0.14.5
  • type-is 1.6.18
  • unpipe 1.0.0
  • uri-js 4.4.0
  • utils-merge 1.0.1
  • uuid 3.4.0
  • vary 1.1.2
  • verror 1.10.0
package.json npm
  • @babel/node ^7.12.1 development
  • @babel/plugin-proposal-class-properties ^7.12.1 development
  • @babel/plugin-proposal-decorators ^7.12.1 development
  • @babel/preset-env ^7.12.1 development
  • @babel/preset-typescript ^7.12.1 development
  • @types/chrome ^0.0.126 development
  • @types/express ^4.17.8 development
  • @types/node ^14.14.6 development
  • @types/react ^16.9.55 development
  • babel-plugin-transform-typescript-metadata ^0.3.1 development
  • parcel-bundler ^1.12.4 development
  • parcel-plugin-static-files-copy ^2.5.0 development
  • react 17.0.1 development
  • react-dom ^17.0.1 development
  • sass ^1.28.0 development
  • shelljs ^0.8.4 development
  • typescript ^4.0.5 development
  • express ^4.17.1
  • socket.io ^2.3.0
  • socket.io-client ^2.3.1
yarn.lock npm
  • 828 dependencies