https://github.com/goto-eof/oh_telemetry_collector_server_ts
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.
https://github.com/goto-eof/oh_telemetry_collector_server_ts
javascript loan loantest test typescript workload
Last synced: about 1 month ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/goto-eof/oh_telemetry_collector_server_ts
- Owner: goto-eof
- Created: 2022-12-06T22:38:20.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-14T00:57:52.000Z (over 3 years ago)
- Last Synced: 2025-05-22T10:13:36.063Z (about 1 year ago)
- Topics: javascript, loan, loantest, test, typescript, workload
- Language: TypeScript
- Homepage:
- Size: 140 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#### 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:
- [oh_telemetry_collector_load_test](https://github.com/goto-eof/oh_telemetry_collector_load_test)
- [oh_telemetry_collector_server_java](https://github.com/goto-eof/oh_telemetry_collector_server_java)
- [oh_telemetry_collector_server_rust](https://github.com/goto-eof/oh_telemetry_collector_server_rust)
- [oh_telemetry_collector_server_ts](https://github.com/goto-eof/oh_telemetry_collector_server_ts)
### Run
```bash
docker-compose up
```
### Run only DBMS
```bash
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
```