|
130 | 130 | "display_name": "ditsmod [mysql & simplified use of di]", |
131 | 131 | "notes": "Simplified use of Dependency Injection (no request level injector).", |
132 | 132 | "versus": "nodejs" |
| 133 | + }, |
| 134 | + "bun": { |
| 135 | + "dockerfile": "ditsmod-bun.dockerfile", |
| 136 | + "json_url": "/json", |
| 137 | + "plaintext_url": "/plaintext", |
| 138 | + "port": 8080, |
| 139 | + "approach": "Realistic", |
| 140 | + "classification": "Micro", |
| 141 | + "database": "None", |
| 142 | + "framework": "Ditsmod", |
| 143 | + "language": "TypeScript", |
| 144 | + "flavor": "None", |
| 145 | + "orm": "None", |
| 146 | + "platform": "bun", |
| 147 | + "webserver": "None", |
| 148 | + "os": "Linux", |
| 149 | + "database_os": "Linux", |
| 150 | + "display_name": "Ditsmod on bun", |
| 151 | + "notes": "", |
| 152 | + "versus": "bun" |
| 153 | + }, |
| 154 | + "simplified-di-bun": { |
| 155 | + "dockerfile": "ditsmod-bun.dockerfile", |
| 156 | + "json_url": "/json2", |
| 157 | + "plaintext_url": "/plaintext2", |
| 158 | + "port": 8080, |
| 159 | + "approach": "Realistic", |
| 160 | + "classification": "Micro", |
| 161 | + "database": "None", |
| 162 | + "framework": "Ditsmod", |
| 163 | + "language": "TypeScript", |
| 164 | + "flavor": "None", |
| 165 | + "orm": "None", |
| 166 | + "platform": "bun", |
| 167 | + "webserver": "None", |
| 168 | + "os": "Linux", |
| 169 | + "database_os": "Linux", |
| 170 | + "display_name": "ditsmod on bun [simplified use of di]", |
| 171 | + "notes": "Simplified use of Dependency Injection (no request level injector).", |
| 172 | + "versus": "bun" |
| 173 | + }, |
| 174 | + "postgres-bun": { |
| 175 | + "dockerfile": "ditsmod-bun-postgres.dockerfile", |
| 176 | + "db_url": "/db", |
| 177 | + "query_url": "/queries?queries=", |
| 178 | + "update_url": "/updates?queries=", |
| 179 | + "cached_query_url": "/cached-queries?count=", |
| 180 | + "fortune_url": "/fortunes", |
| 181 | + "port": 8080, |
| 182 | + "approach": "Realistic", |
| 183 | + "classification": "Micro", |
| 184 | + "database": "Postgres", |
| 185 | + "framework": "Ditsmod", |
| 186 | + "language": "TypeScript", |
| 187 | + "flavor": "None", |
| 188 | + "orm": "Raw", |
| 189 | + "platform": "bun", |
| 190 | + "webserver": "None", |
| 191 | + "os": "Linux", |
| 192 | + "database_os": "Linux", |
| 193 | + "display_name": "ditsmod on bun [postgres]", |
| 194 | + "notes": "", |
| 195 | + "versus": "bun" |
| 196 | + }, |
| 197 | + "mysql-bun": { |
| 198 | + "dockerfile": "ditsmod-bun-mysql.dockerfile", |
| 199 | + "db_url": "/db", |
| 200 | + "query_url": "/queries?queries=", |
| 201 | + "update_url": "/updates?queries=", |
| 202 | + "cached_query_url": "/cached-queries?count=", |
| 203 | + "fortune_url": "/fortunes", |
| 204 | + "port": 8080, |
| 205 | + "approach": "Realistic", |
| 206 | + "classification": "Micro", |
| 207 | + "database": "MySQL", |
| 208 | + "framework": "Ditsmod", |
| 209 | + "language": "TypeScript", |
| 210 | + "flavor": "None", |
| 211 | + "orm": "Raw", |
| 212 | + "platform": "bun", |
| 213 | + "webserver": "None", |
| 214 | + "os": "Linux", |
| 215 | + "database_os": "Linux", |
| 216 | + "display_name": "ditsmod on bun [mysql]", |
| 217 | + "notes": "", |
| 218 | + "versus": "bun" |
| 219 | + }, |
| 220 | + "postgres2-bun": { |
| 221 | + "dockerfile": "ditsmod-bun-postgres.dockerfile", |
| 222 | + "db_url": "/db2", |
| 223 | + "query_url": "/queries2?queries=", |
| 224 | + "update_url": "/updates2?queries=", |
| 225 | + "cached_query_url": "/cached-queries2?count=", |
| 226 | + "fortune_url": "/fortunes2", |
| 227 | + "port": 8080, |
| 228 | + "approach": "Realistic", |
| 229 | + "classification": "Micro", |
| 230 | + "database": "Postgres", |
| 231 | + "framework": "Ditsmod", |
| 232 | + "language": "TypeScript", |
| 233 | + "flavor": "None", |
| 234 | + "orm": "Raw", |
| 235 | + "platform": "bun", |
| 236 | + "webserver": "None", |
| 237 | + "os": "Linux", |
| 238 | + "database_os": "Linux", |
| 239 | + "display_name": "ditsmod on bun [postgres & simplified use of di]", |
| 240 | + "notes": "Simplified use of Dependency Injection (no request level injector).", |
| 241 | + "versus": "bun" |
| 242 | + }, |
| 243 | + "mysql2-bun": { |
| 244 | + "dockerfile": "ditsmod-bun-mysql.dockerfile", |
| 245 | + "db_url": "/db2", |
| 246 | + "query_url": "/queries2?queries=", |
| 247 | + "update_url": "/updates2?queries=", |
| 248 | + "cached_query_url": "/cached-queries2?count=", |
| 249 | + "fortune_url": "/fortunes2", |
| 250 | + "port": 8080, |
| 251 | + "approach": "Realistic", |
| 252 | + "classification": "Micro", |
| 253 | + "database": "MySQL", |
| 254 | + "framework": "Ditsmod", |
| 255 | + "language": "TypeScript", |
| 256 | + "flavor": "None", |
| 257 | + "orm": "Raw", |
| 258 | + "platform": "bun", |
| 259 | + "webserver": "None", |
| 260 | + "os": "Linux", |
| 261 | + "database_os": "Linux", |
| 262 | + "display_name": "ditsmod on bun [mysql & simplified use of di]", |
| 263 | + "notes": "Simplified use of Dependency Injection (no request level injector).", |
| 264 | + "versus": "bun" |
133 | 265 | } |
134 | 266 | } |
135 | 267 | ] |
|
0 commit comments