Skip to content

Commit

Permalink
chore: remove OC NiFi projects (#2962)
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaffter authored Jan 13, 2025
1 parent 4314449 commit 3c9af18
Show file tree
Hide file tree
Showing 17 changed files with 1 addition and 1,856 deletions.
11 changes: 1 addition & 10 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@
},
"forwardPorts": [
2432, 3000, 3306, 3333, 4200, 4211, 5000, 5200, 5432, 5601, 7010, 7443, 7200, 7888, 8010, 8071,
8000, 8080, 8081, 8082, 8084, 8085, 8086, 8090, 8200, 8443, 8888, 8889, 9090, 9104, 9200, 9411,
27017, 18080
8000, 8080, 8081, 8082, 8084, 8085, 8086, 8090, 8200, 8888, 8889, 9090, 9104, 9200, 9411, 27017
],
"portsAttributes": {
"2432": {
Expand Down Expand Up @@ -164,10 +163,6 @@
"label": "openchallenges-config-server",
"onAutoForward": "silent"
},
"8443": {
"label": "openchallenges-nifi",
"onAutoForward": "silent"
},
"8888": {
"label": "openchallenges-notebook",
"onAutoForward": "silent"
Expand Down Expand Up @@ -195,10 +190,6 @@
"27017": {
"label": "agora-mongo",
"onAutoForward": "silent"
},
"18080": {
"label": "openchallenges-nifi-registry",
"onAutoForward": "silent"
}
},
"remoteUser": "vscode",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,3 @@ CREATE TABLE `challenge_category` (
PRIMARY KEY (`id`),
FOREIGN KEY (`challenge_id`) REFERENCES challenge (`id`)
);

CREATE TABLE `nifi_demo` (
`id` int NOT NULL AUTO_INCREMENT,
`name` varchar(120),
PRIMARY KEY (`id`)
);
1 change: 0 additions & 1 deletion apps/openchallenges/nifi-registry/.env.example

This file was deleted.

2 changes: 0 additions & 2 deletions apps/openchallenges/nifi-registry/Dockerfile

This file was deleted.

37 changes: 0 additions & 37 deletions apps/openchallenges/nifi-registry/README.md

This file was deleted.

Loading

0 comments on commit 3c9af18

Please sign in to comment.