Skip to content

It is one of the three applications on which will be carried out performance tests in order to determine which are the most performing technologies. This is the TypeScript version.

Notifications You must be signed in to change notification settings

goto-eof/oh_telemetry_collector_server_ts

Repository files navigation

Telemetry Collector Server (TypeScript) (WIP)

It is one of the three applications on which will be carried out performance tests in order to determine which are the most performing technologies. This is the TypeScript version.

Technology stack: Typescript, Express, TypeORM, Postgres

See also:

Run

docker-compose up

Run only DBMS

docker-compose -f docker-compose-dbms.yml up

Use postman collection for making requests

Import postman.json

The server responds on

http://localhost:8019/collect

DB connection

postgres://127.0.0.1:5439/postgres
username: postgres
password: postgres

About

It is one of the three applications on which will be carried out performance tests in order to determine which are the most performing technologies. This is the TypeScript version.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published