Skip to content

Commit 5f6810f

Browse files
committed
finalized data
1 parent 5dd6fe5 commit 5f6810f

File tree

1 file changed

+27
-31
lines changed

1 file changed

+27
-31
lines changed

statistics/data.csv

Lines changed: 27 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,28 @@
1-
EMB,NAME,TYPE,LANGUAGE,FILES,LOCS,DATABASE,LICENSE,ENDPOINTS,URL
2-
TRUE,catwatch,REST,Java,106,9636,H2,Apache,14,https://github.com/zalando-incubator/catwatch
3-
TRUE,cwa-verification,REST,Java,47,3955,H2,Apache,5,https://github.com/corona-warn-app/cwa-verification-server
4-
TRUE,features-service,REST,Java,39,2275,H2,Apache,18,https://github.com/JavierMF/features-service
5-
TRUE,gestaohospital,REST,Java,33,3506,MongoDB,UNDEFINED,20,https://github.com/ValchanOficial/GestaoHospital
6-
TRUE,languagetool,REST,Java,1385,174781,,LGPL,2,https://github.com/languagetool-org/languagetool
7-
TRUE,ocvn,REST,Java,526,45521,H2;MongoDB,MIT,258,https://github.com/devgateway/ocvn
8-
TRUE,proxyprint,REST,Java,73,8338,H2,Apache,74,https://github.com/ProxyPrint/proxyprint-kitchen
9-
TRUE,rest-ncs,REST,Java,9,605,,UNDEFINED,6,UNDEFINED
10-
TRUE,rest-news,REST,Kotlin,11,857,H2,LGPL,7,https://github.com/arcuri82/testing_security_development_enterprise_systems
11-
TRUE,rest-scs,REST,Java,13,862,,UNDEFINED,11,UNDEFINED
12-
TRUE,restcountries,REST,Java,24,1977,,MPL,22,https://github.com/apilayer/restcountries
13-
TRUE,scout-api,REST,Java,93,9736,H2,MIT,49,https://github.com/mikaelsvensson/scout-api
14-
TRUE,genome-nexus,REST,Java,405,30004,MongoDB,MIT,23,https://github.com/genome-nexus/genome-nexus
15-
TRUE,market,REST,Java,124,9861,H2,MIT,13,https://github.com/aleksey-lukyanets/market
16-
TRUE,petclinic-graphql,GraphQL,Java,89,5212,PostgreSQL,Apache,15,https://github.com/spring-petclinic/spring-petclinic-graphql
17-
TRUE,patio-api,GraphQL,Java,178,18048,PostgreSQL,GPL,20,https://github.com/patio-team/patio-api
18-
TRUE,timbuctoo,GraphQL,Java,1113,107729,Neo4j,GPL,18,https://github.com/HuygensING/timbuctoo
19-
TRUE,graphql-ncs,GraphQL,Kotlin,8,548,,UNDEFINED,6,UNDEFINED
20-
TRUE,graphql-scs,GraphQL,Kotlin,13,577,,UNDEFINED,11,UNDEFINED
21-
TRUE,thrift-ncs,Thrift,Java,9,585,,UNDEFINED,6,UNDEFINED
22-
TRUE,thrift-scs,Thrift,Java,14,772,,UNDEFINED,11,UNDEFINED
23-
TRUE,grpc-ncs,gRPC,Java,9,638,,UNDEFINED,6,UNDEFINED
24-
TRUE,grpc-scs,gRPC,Java,14,894,,UNDEFINED,11,UNDEFINED
25-
TRUE,signal-registration,gRPC,Java,177,13652, TODO
1+
EMB,NAME,TYPE,LANGUAGE,RUNTIME,BUILD,FILES,LOCS,DATABASE,LICENSE,ENDPOINTS,URL
2+
TRUE,catwatch,REST,Java,JDK 8,Maven,106,9636,H2,Apache,14,https://github.com/zalando-incubator/catwatch
3+
TRUE,cwa-verification,REST,Java,JDK 11,Maven,47,3955,H2,Apache,5,https://github.com/corona-warn-app/cwa-verification-server
4+
TRUE,features-service,REST,Java,JDK 8,Maven,39,2275,H2,Apache,18,https://github.com/JavierMF/features-service
5+
TRUE,gestaohospital,REST,Java,JDK 8,Maven,33,3506,MongoDB,UNDEFINED,20,https://github.com/ValchanOficial/GestaoHospital
6+
TRUE,languagetool,REST,Java,JDK 8,Maven,1385,174781,,LGPL,2,https://github.com/languagetool-org/languagetool
7+
TRUE,ocvn,REST,Java,JDK 8,Maven,526,45521,H2;MongoDB,MIT,258,https://github.com/devgateway/ocvn
8+
TRUE,proxyprint,REST,Java,JDK 8,Maven,73,8338,H2,Apache,74,https://github.com/ProxyPrint/proxyprint-kitchen
9+
TRUE,rest-ncs,REST,Java,JDK 8,Maven,9,605,,UNDEFINED,6,UNDEFINED
10+
TRUE,rest-news,REST,Kotlin,JDK 8,Maven,11,857,H2,LGPL,7,https://github.com/arcuri82/testing_security_development_enterprise_systems
11+
TRUE,rest-scs,REST,Java,JDK 8,Maven,13,862,,UNDEFINED,11,UNDEFINED
12+
TRUE,restcountries,REST,Java,JDK 8,Maven,24,1977,,MPL,22,https://github.com/apilayer/restcountries
13+
TRUE,scout-api,REST,Java,JDK 8,Maven,93,9736,H2,MIT,49,https://github.com/mikaelsvensson/scout-api
14+
TRUE,genome-nexus,REST,Java,JDK 8,Maven,405,30004,MongoDB,MIT,23,https://github.com/genome-nexus/genome-nexus
15+
TRUE,market,REST,Java,JDK 11,Maven,124,9861,H2,MIT,13,https://github.com/aleksey-lukyanets/market
16+
TRUE,petclinic-graphql,GraphQL,Java,JDK 8,Maven,89,5212,PostgreSQL,Apache,15,https://github.com/spring-petclinic/spring-petclinic-graphql
17+
TRUE,patio-api,GraphQL,Java,JDK 11,Gradle,178,18048,PostgreSQL,GPL,20,https://github.com/patio-team/patio-api
18+
TRUE,timbuctoo,GraphQL,Java,JDK 11,Maven,1113,107729,Neo4j,GPL,18,https://github.com/HuygensING/timbuctoo
19+
TRUE,graphql-ncs,GraphQL,Kotlin,JDK 8,Maven,8,548,,UNDEFINED,6,UNDEFINED
20+
TRUE,graphql-scs,GraphQL,Kotlin,JDK 8,Maven,13,577,,UNDEFINED,11,UNDEFINED
21+
TRUE,thrift-ncs,Thrift,Java,JDK 8,Maven,9,585,,UNDEFINED,6,UNDEFINED
22+
TRUE,thrift-scs,Thrift,Java,JDK 8,Maven,14,772,,UNDEFINED,11,UNDEFINED
23+
TRUE,grpc-ncs,gRPC,Java,JDK 8,Maven,9,638,,UNDEFINED,6,UNDEFINED
24+
TRUE,grpc-scs,gRPC,Java,JDK 8,Maven,14,894,,UNDEFINED,11,UNDEFINED
25+
TRUE,signal-registration,gRPC,Java,JDK 17,Maven,177,13652,,UNDEFINED,5,https://github.com/signalapp/registration-service
26+
FALSE,ind0,REST,Java,JDK 8,Gradle,103,17039,PostgreSQL,Proprietary,20,UNDEFINED
27+
FALSE,ind1,REST,Java;Kotlin,JDK 11,Gradle,163,15240,PostgreSQL,Proprietary,53,UNDEFINED
2628

27-
TODO gRPC
28-
TODO ind0
29-
TODO ind1
30-
31-
TODO RUNTIME , eg JDK 8
32-
TODO BUILD, ie Maven/Gradle

0 commit comments

Comments
 (0)