Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Commit f99a854

Browse files
committed
Deprecates project
1 parent 54387d8 commit f99a854

File tree

2 files changed

+19
-97
lines changed

2 files changed

+19
-97
lines changed

.circleci/config.yml

Lines changed: 0 additions & 80 deletions
This file was deleted.

README.md

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# DEPRECATED - Feb 1, 2024 - see https://topcoder.atlassian.net/browse/CORE-203
2+
13
# UBahn - Backend Job
24

35
Queries U-bahn's database for users and posts them to kafka to be picked up by the u-bahn-skill processor
@@ -48,27 +50,27 @@ The following parameters can be set in config files or in env variables:
4850

4951
1. From the project root directory, run the following command to install the dependencies
5052

51-
```bash
52-
npm install
53-
```
53+
```bash
54+
npm install
55+
```
5456

5557
2. To run linters if required
5658

57-
```bash
58-
npm run lint
59-
```
59+
```bash
60+
npm run lint
61+
```
6062

61-
To fix possible lint errors:
63+
To fix possible lint errors:
6264

63-
```bash
64-
npm run lint:fix
65-
```
65+
```bash
66+
npm run lint:fix
67+
```
6668

6769
3. Start the processor and health check dropin
6870

69-
```bash
70-
npm start
71-
```
71+
```bash
72+
npm start
73+
```
7274

7375
## Local Deployment with Docker
7476

@@ -82,9 +84,9 @@ To run the Skill Processor Trigger using docker, follow the below steps
8284

8385
4. Once that is done, run the following command
8486

85-
```bash
86-
docker-compose up
87-
```
87+
```bash
88+
docker-compose up
89+
```
8890

8991
5. When you are running the application for the first time, It will take some time initially to download the image and install the dependencies
9092

@@ -94,4 +96,4 @@ To run the Skill Processor Trigger using docker, follow the below steps
9496
2. run `npm run insert-data` to load test data to db
9597
3. run `npm start` to post event when there is not offset key in redis
9698
4. run `npm start` to post event when there is an offset key in redis
97-
6. watch the app console, it will show the offset and post message
99+
5. watch the app console, it will show the offset and post message

0 commit comments

Comments
 (0)