|
69 | 69 | "notes": "https://http4k.org", |
70 | 70 | "versus": "servlet" |
71 | 71 | }, |
| 72 | + "graalvm": { |
| 73 | + "orm": "Raw", |
| 74 | + "database_os": "Linux", |
| 75 | + "cached_query_url": "/cached?queries=", |
| 76 | + "db_url": "/db", |
| 77 | + "fortune_url": "/fortunes", |
| 78 | + "query_url": "/queries?queries=", |
| 79 | + "update_url": "/updates?queries=", |
| 80 | + "database": "Postgres", |
| 81 | + "json_url": "/json", |
| 82 | + "plaintext_url": "/plaintext", |
| 83 | + "port": 9000, |
| 84 | + "approach": "Realistic", |
| 85 | + "classification": "Micro", |
| 86 | + "framework": "http4k", |
| 87 | + "language": "Kotlin", |
| 88 | + "platform": "graalvm", |
| 89 | + "webserver": "None", |
| 90 | + "os": "Linux", |
| 91 | + "notes": "https://http4k.org", |
| 92 | + "versus": "servlet" |
| 93 | + }, |
72 | 94 | "jetty": { |
73 | 95 | "orm": "Raw", |
74 | 96 | "database_os": "Linux", |
|
91 | 113 | "notes": "https://http4k.org", |
92 | 114 | "versus": "jetty" |
93 | 115 | }, |
| 116 | + "jettyloom-jdbc": { |
| 117 | + "orm": "Raw", |
| 118 | + "database_os": "Linux", |
| 119 | + "cached_query_url": "/cached?queries=", |
| 120 | + "db_url": "/db", |
| 121 | + "fortune_url": "/fortunes", |
| 122 | + "query_url": "/queries?queries=", |
| 123 | + "update_url": "/updates?queries=", |
| 124 | + "database": "Postgres", |
| 125 | + "json_url": "/json", |
| 126 | + "plaintext_url": "/plaintext", |
| 127 | + "port": 9000, |
| 128 | + "approach": "Realistic", |
| 129 | + "classification": "Micro", |
| 130 | + "framework": "http4k", |
| 131 | + "language": "Kotlin", |
| 132 | + "platform": "jetty-loom-jdbc", |
| 133 | + "webserver": "None", |
| 134 | + "os": "Linux", |
| 135 | + "notes": "https://http4k.org", |
| 136 | + "versus": "jetty" |
| 137 | + }, |
| 138 | + "jettyloom-pgclient": { |
| 139 | + "orm": "Raw", |
| 140 | + "database_os": "Linux", |
| 141 | + "cached_query_url": "/cached?queries=", |
| 142 | + "db_url": "/db", |
| 143 | + "fortune_url": "/fortunes", |
| 144 | + "query_url": "/queries?queries=", |
| 145 | + "update_url": "/updates?queries=", |
| 146 | + "database": "Postgres", |
| 147 | + "json_url": "/json", |
| 148 | + "plaintext_url": "/plaintext", |
| 149 | + "port": 9000, |
| 150 | + "approach": "Realistic", |
| 151 | + "classification": "Micro", |
| 152 | + "framework": "http4k", |
| 153 | + "language": "Kotlin", |
| 154 | + "platform": "jetty-loom-pgclient", |
| 155 | + "webserver": "None", |
| 156 | + "os": "Linux", |
| 157 | + "notes": "https://http4k.org", |
| 158 | + "versus": "jetty" |
| 159 | + }, |
94 | 160 | "ktorcio": { |
95 | 161 | "orm": "Raw", |
96 | 162 | "database_os": "Linux", |
|
0 commit comments