|
@@ -1,474 +1,96 @@
|
|
|
{
|
|
|
- "framework": "aspcore",
|
|
|
- "tests": [{
|
|
|
- "default": {
|
|
|
- "plaintext_url": "/plaintext",
|
|
|
- "json_url": "/json",
|
|
|
- "port": 8080,
|
|
|
- "approach": "Realistic",
|
|
|
- "classification": "Platform",
|
|
|
- "database": "None",
|
|
|
- "framework": "ASP.NET Core",
|
|
|
- "language": "C#",
|
|
|
- "orm": "Raw",
|
|
|
- "platform": ".NET",
|
|
|
- "flavor": "CoreCLR",
|
|
|
- "webserver": "Kestrel",
|
|
|
- "os": "Linux",
|
|
|
- "database_os": "Linux",
|
|
|
- "display_name": "ASP.NET Core [Platform]",
|
|
|
- "notes": "",
|
|
|
- "versus": "aspcore"
|
|
|
- },
|
|
|
- "aot": {
|
|
|
- "plaintext_url": "/plaintext",
|
|
|
- "json_url": "/json",
|
|
|
- "port": 8080,
|
|
|
- "approach": "Stripped",
|
|
|
- "classification": "Platform",
|
|
|
- "database": "None",
|
|
|
- "framework": "ASP.NET Core",
|
|
|
- "language": "C#",
|
|
|
- "orm": "Raw",
|
|
|
- "platform": ".NET",
|
|
|
- "flavor": "NativeAOT",
|
|
|
- "webserver": "Kestrel",
|
|
|
- "os": "Linux",
|
|
|
- "database_os": "Linux",
|
|
|
- "display_name": "ASP.NET Core [Platform, NativeAOT]",
|
|
|
- "notes": "",
|
|
|
- "versus": "aspcore-aot"
|
|
|
- },
|
|
|
- "ado-pg": {
|
|
|
- "fortune_url": "/fortunes",
|
|
|
- "db_url": "/db",
|
|
|
- "query_url": "/queries/",
|
|
|
- "cached_query_url": "/cached-worlds/",
|
|
|
- "port": 8080,
|
|
|
- "approach": "Realistic",
|
|
|
- "classification": "Platform",
|
|
|
- "database": "Postgres",
|
|
|
- "framework": "ASP.NET Core",
|
|
|
- "language": "C#",
|
|
|
- "orm": "Raw",
|
|
|
- "platform": ".NET",
|
|
|
- "flavor": "CoreCLR",
|
|
|
- "webserver": "Kestrel",
|
|
|
- "os": "Linux",
|
|
|
- "database_os": "Linux",
|
|
|
- "display_name": "ASP.NET Core [Platform, Pg]",
|
|
|
- "notes": "",
|
|
|
- "versus": "aspcore-ado-pg"
|
|
|
- },
|
|
|
- "aot-ado-pg": {
|
|
|
- "fortune_url": "/fortunes",
|
|
|
- "db_url": "/db",
|
|
|
- "query_url": "/queries/",
|
|
|
- "cached_query_url": "/cached-worlds/",
|
|
|
- "port": 8080,
|
|
|
- "approach": "Realistic",
|
|
|
- "classification": "Platform",
|
|
|
- "database": "Postgres",
|
|
|
- "framework": "ASP.NET Core",
|
|
|
- "language": "C#",
|
|
|
- "orm": "Raw",
|
|
|
- "platform": ".NET",
|
|
|
- "flavor": "NativeAOT",
|
|
|
- "webserver": "Kestrel",
|
|
|
- "os": "Linux",
|
|
|
- "database_os": "Linux",
|
|
|
- "display_name": "ASP.NET Core [Platform, NativeAOT, Pg]",
|
|
|
- "notes": "",
|
|
|
- "versus": "aspcore-aot-ado-pg"
|
|
|
- },
|
|
|
- "ado-pg-up": {
|
|
|
- "update_url": "/updates/",
|
|
|
- "port": 8080,
|
|
|
- "approach": "Realistic",
|
|
|
- "classification": "Platform",
|
|
|
- "database": "Postgres",
|
|
|
- "framework": "ASP.NET Core",
|
|
|
- "language": "C#",
|
|
|
- "orm": "Raw",
|
|
|
- "platform": ".NET",
|
|
|
- "flavor": "CoreCLR",
|
|
|
- "webserver": "Kestrel",
|
|
|
- "os": "Linux",
|
|
|
- "database_os": "Linux",
|
|
|
- "display_name": "ASP.NET Core [Platform, Pg]",
|
|
|
- "notes": "",
|
|
|
- "versus": "aspcore-ado-pg-up"
|
|
|
- },
|
|
|
- "aot-ado-pg-up": {
|
|
|
- "update_url": "/updates/",
|
|
|
- "port": 8080,
|
|
|
- "approach": "Stripped",
|
|
|
- "classification": "Platform",
|
|
|
- "database": "Postgres",
|
|
|
- "framework": "ASP.NET Core",
|
|
|
- "language": "C#",
|
|
|
- "orm": "Raw",
|
|
|
- "platform": ".NET",
|
|
|
- "flavor": "NativeAOT",
|
|
|
- "webserver": "Kestrel",
|
|
|
- "os": "Linux",
|
|
|
- "database_os": "Linux",
|
|
|
- "display_name": "ASP.NET Core [Platform, NativeAOT, Pg]",
|
|
|
- "notes": "",
|
|
|
- "versus": "aspcore-aot-ado-pg-up"
|
|
|
- },
|
|
|
- "mw": {
|
|
|
- "plaintext_url": "/plaintext",
|
|
|
- "port": 8080,
|
|
|
- "approach": "Realistic",
|
|
|
- "classification": "Micro",
|
|
|
- "database": "None",
|
|
|
- "framework": "ASP.NET Core [Middleware]",
|
|
|
- "language": "C#",
|
|
|
- "orm": "Raw",
|
|
|
- "platform": ".NET",
|
|
|
- "flavor": "CoreCLR",
|
|
|
- "webserver": "Kestrel",
|
|
|
- "os": "Linux",
|
|
|
- "database_os": "Linux",
|
|
|
- "display_name": "ASP.NET Core [Middleware]",
|
|
|
- "notes": "",
|
|
|
- "versus": "aspcore"
|
|
|
- },
|
|
|
- "mw-json": {
|
|
|
- "json_url": "/json",
|
|
|
- "port": 8080,
|
|
|
- "approach": "Realistic",
|
|
|
- "classification": "Micro",
|
|
|
- "database": "None",
|
|
|
- "framework": "ASP.NET Core [Middleware]",
|
|
|
- "language": "C#",
|
|
|
- "orm": "Raw",
|
|
|
- "platform": ".NET",
|
|
|
- "flavor": "CoreCLR",
|
|
|
- "webserver": "Kestrel",
|
|
|
- "os": "Linux",
|
|
|
- "database_os": "Linux",
|
|
|
- "display_name": "ASP.NET Core [Middleware]",
|
|
|
- "notes": "",
|
|
|
- "versus": "aspcore"
|
|
|
- },
|
|
|
- "mw-ado-pg": {
|
|
|
- "db_url": "/db/raw",
|
|
|
- "query_url": "/queries/raw?queries=",
|
|
|
- "fortune_url": "/fortunes/raw",
|
|
|
- "port": 8080,
|
|
|
- "approach": "Realistic",
|
|
|
- "classification": "Micro",
|
|
|
- "database": "Postgres",
|
|
|
- "framework": "ASP.NET Core [Middleware]",
|
|
|
- "language": "C#",
|
|
|
- "orm": "Raw",
|
|
|
- "platform": ".NET",
|
|
|
- "flavor": "CoreCLR",
|
|
|
- "webserver": "Kestrel",
|
|
|
- "os": "Linux",
|
|
|
- "database_os": "Linux",
|
|
|
- "display_name": "ASP.NET Core [Middleware, Pg]",
|
|
|
- "notes": "",
|
|
|
- "versus": "aspcore-ado-pg"
|
|
|
- },
|
|
|
- "mw-ado-pg-up": {
|
|
|
- "update_url": "/updates/raw?queries=",
|
|
|
- "port": 8080,
|
|
|
- "approach": "Realistic",
|
|
|
- "classification": "Micro",
|
|
|
- "database": "Postgres",
|
|
|
- "framework": "ASP.NET Core [Middleware]",
|
|
|
- "language": "C#",
|
|
|
- "orm": "Raw",
|
|
|
- "platform": ".NET",
|
|
|
- "flavor": "CoreCLR",
|
|
|
- "webserver": "Kestrel",
|
|
|
- "os": "Linux",
|
|
|
- "database_os": "Linux",
|
|
|
- "display_name": "ASP.NET Core [Middleware, Pg]",
|
|
|
- "notes": "",
|
|
|
- "versus": "aspcore-ado-pg"
|
|
|
- },
|
|
|
- "mw-ef-pg": {
|
|
|
- "db_url": "/db/ef",
|
|
|
- "query_url": "/queries/ef?queries=",
|
|
|
- "fortune_url": "/fortunes/ef",
|
|
|
- "port": 8080,
|
|
|
- "approach": "Realistic",
|
|
|
- "classification": "Micro",
|
|
|
- "database": "Postgres",
|
|
|
- "framework": "ASP.NET Core [Middleware]",
|
|
|
- "language": "C#",
|
|
|
- "orm": "Full",
|
|
|
- "platform": ".NET",
|
|
|
- "flavor": "CoreCLR",
|
|
|
- "webserver": "Kestrel",
|
|
|
- "os": "Linux",
|
|
|
- "database_os": "Linux",
|
|
|
- "display_name": "ASP.NET Core [Middleware, Pg, EF]",
|
|
|
- "notes": "",
|
|
|
- "versus": "aspcore-ado-pg"
|
|
|
- },
|
|
|
- "mw-dap-pg": {
|
|
|
- "db_url": "/db/dapper",
|
|
|
- "query_url": "/queries/dapper?queries=",
|
|
|
- "fortune_url": "/fortunes/dapper",
|
|
|
- "port": 8080,
|
|
|
- "approach": "Realistic",
|
|
|
- "classification": "Micro",
|
|
|
- "database": "Postgres",
|
|
|
- "framework": "ASP.NET Core [Middleware]",
|
|
|
- "language": "C#",
|
|
|
- "orm": "Micro",
|
|
|
- "platform": ".NET",
|
|
|
- "flavor": "CoreCLR",
|
|
|
- "webserver": "Kestrel",
|
|
|
- "os": "Linux",
|
|
|
- "database_os": "Linux",
|
|
|
- "display_name": "ASP.NET Core [Middleware, Pg, Dapper]",
|
|
|
- "notes": "",
|
|
|
- "versus": "aspcore-ado-pg"
|
|
|
- },
|
|
|
- "mw-dap-pg-up": {
|
|
|
- "update_url": "/updates/dapper?queries=",
|
|
|
- "port": 8080,
|
|
|
- "approach": "Realistic",
|
|
|
- "classification": "Micro",
|
|
|
- "database": "Postgres",
|
|
|
- "framework": "ASP.NET Core [Middleware]",
|
|
|
- "language": "C#",
|
|
|
- "orm": "Micro",
|
|
|
- "platform": ".NET",
|
|
|
- "flavor": "CoreCLR",
|
|
|
- "webserver": "Kestrel",
|
|
|
- "os": "Linux",
|
|
|
- "database_os": "Linux",
|
|
|
- "display_name": "ASP.NET Core [Middleware, Pg, Dapper]",
|
|
|
- "notes": "",
|
|
|
- "versus": "aspcore-ado-pg"
|
|
|
- },
|
|
|
- "mw-ado-my": {
|
|
|
- "db_url": "/db/raw",
|
|
|
- "query_url": "/queries/raw?queries=",
|
|
|
- "update_url": "/updates/raw?queries=",
|
|
|
- "fortune_url": "/fortunes/raw",
|
|
|
- "port": 8080,
|
|
|
- "approach": "Realistic",
|
|
|
- "classification": "Micro",
|
|
|
- "database": "MySQL",
|
|
|
- "framework": "ASP.NET Core [Middleware]",
|
|
|
- "language": "C#",
|
|
|
- "orm": "Raw",
|
|
|
- "platform": ".NET",
|
|
|
- "flavor": "CoreCLR",
|
|
|
- "webserver": "Kestrel",
|
|
|
- "os": "Linux",
|
|
|
- "database_os": "Linux",
|
|
|
- "display_name": "ASP.NET Core [Middleware, My]",
|
|
|
- "notes": "",
|
|
|
- "versus": "aspcore-ado-my"
|
|
|
- },
|
|
|
- "mw-dap-my": {
|
|
|
- "db_url": "/db/dapper",
|
|
|
- "query_url": "/queries/dapper?queries=",
|
|
|
- "update_url": "/updates/dapper?queries=",
|
|
|
- "fortune_url": "/fortunes/dapper",
|
|
|
- "port": 8080,
|
|
|
- "approach": "Realistic",
|
|
|
- "classification": "Micro",
|
|
|
- "database": "MySQL",
|
|
|
- "framework": "ASP.NET Core [Middleware]",
|
|
|
- "language": "C#",
|
|
|
- "orm": "Micro",
|
|
|
- "platform": ".NET",
|
|
|
- "flavor": "CoreCLR",
|
|
|
- "webserver": "Kestrel",
|
|
|
- "os": "Linux",
|
|
|
- "database_os": "Linux",
|
|
|
- "display_name": "ASP.NET Core [Middleware, My, Dapper]",
|
|
|
- "notes": "",
|
|
|
- "versus": "aspcore-ado-my"
|
|
|
- },
|
|
|
- "mvc": {
|
|
|
- "plaintext_url": "/mvc/plaintext",
|
|
|
- "json_url": "/mvc/json",
|
|
|
- "port": 8080,
|
|
|
- "approach": "Realistic",
|
|
|
- "classification": "Fullstack",
|
|
|
- "database": "None",
|
|
|
- "framework": "ASP.NET Core [MVC]",
|
|
|
- "language": "C#",
|
|
|
- "orm": "Raw",
|
|
|
- "platform": ".NET",
|
|
|
- "flavor": "CoreCLR",
|
|
|
- "webserver": "Kestrel",
|
|
|
- "os": "Linux",
|
|
|
- "database_os": "Linux",
|
|
|
- "display_name": "aspcore-mvc",
|
|
|
- "notes": "",
|
|
|
- "versus": "aspcore"
|
|
|
- },
|
|
|
- "mvc-ado-pg": {
|
|
|
- "db_url": "/mvc/db/raw",
|
|
|
- "query_url": "/mvc/queries/raw?queries=",
|
|
|
- "fortune_url": "/mvc/fortunes/raw",
|
|
|
- "port": 8080,
|
|
|
- "approach": "Realistic",
|
|
|
- "classification": "Fullstack",
|
|
|
- "database": "Postgres",
|
|
|
- "framework": "ASP.NET Core [MVC]",
|
|
|
- "language": "C#",
|
|
|
- "orm": "Raw",
|
|
|
- "platform": ".NET",
|
|
|
- "flavor": "CoreCLR",
|
|
|
- "webserver": "Kestrel",
|
|
|
- "os": "Linux",
|
|
|
- "database_os": "Linux",
|
|
|
- "display_name": "ASP.NET Core [MVC, Pg]",
|
|
|
- "notes": "",
|
|
|
- "versus": "aspcore-ado-pg"
|
|
|
- },
|
|
|
- "mvc-ado-pg-up": {
|
|
|
- "update_url": "/mvc/updates/raw?queries=",
|
|
|
- "port": 8080,
|
|
|
- "approach": "Realistic",
|
|
|
- "classification": "Fullstack",
|
|
|
- "database": "Postgres",
|
|
|
- "framework": "ASP.NET Core [MVC]",
|
|
|
- "language": "C#",
|
|
|
- "orm": "Raw",
|
|
|
- "platform": ".NET",
|
|
|
- "flavor": "CoreCLR",
|
|
|
- "webserver": "Kestrel",
|
|
|
- "os": "Linux",
|
|
|
- "database_os": "Linux",
|
|
|
- "display_name": "ASP.NET Core [MVC, Pg]",
|
|
|
- "notes": "",
|
|
|
- "versus": "aspcore-ado-pg"
|
|
|
- },
|
|
|
- "mvc-ef-pg": {
|
|
|
- "db_url": "/mvc/db/ef",
|
|
|
- "query_url": "/mvc/queries/ef?queries=",
|
|
|
- "fortune_url": "/mvc/fortunes/ef",
|
|
|
- "port": 8080,
|
|
|
- "approach": "Realistic",
|
|
|
- "classification": "Fullstack",
|
|
|
- "database": "Postgres",
|
|
|
- "framework": "ASP.NET Core [MVC]",
|
|
|
- "language": "C#",
|
|
|
- "orm": "Full",
|
|
|
- "platform": ".NET",
|
|
|
- "flavor": "CoreCLR",
|
|
|
- "webserver": "Kestrel",
|
|
|
- "os": "Linux",
|
|
|
- "database_os": "Linux",
|
|
|
- "display_name": "ASP.NET Core [MVC, Pg, EF]",
|
|
|
- "notes": "",
|
|
|
- "versus": "aspcore-ado-pg"
|
|
|
- },
|
|
|
- "mvc-dap-pg": {
|
|
|
- "db_url": "/mvc/db/dapper",
|
|
|
- "query_url": "/mvc/queries/dapper?queries=",
|
|
|
- "fortune_url": "/mvc/fortunes/dapper",
|
|
|
- "port": 8080,
|
|
|
- "approach": "Realistic",
|
|
|
- "classification": "Fullstack",
|
|
|
- "database": "Postgres",
|
|
|
- "framework": "ASP.NET Core [MVC]",
|
|
|
- "language": "C#",
|
|
|
- "orm": "Micro",
|
|
|
- "platform": ".NET",
|
|
|
- "flavor": "CoreCLR",
|
|
|
- "webserver": "Kestrel",
|
|
|
- "os": "Linux",
|
|
|
- "database_os": "Linux",
|
|
|
- "display_name": "ASP.NET Core [MVC, Pg, Dapper]",
|
|
|
- "notes": "",
|
|
|
- "versus": "aspcore-ado-pg"
|
|
|
- },
|
|
|
- "mvc-dap-pg-up": {
|
|
|
- "update_url": "/mvc/updates/dapper?queries=",
|
|
|
- "port": 8080,
|
|
|
- "approach": "Realistic",
|
|
|
- "classification": "Fullstack",
|
|
|
- "database": "Postgres",
|
|
|
- "framework": "ASP.NET Core [MVC]",
|
|
|
- "language": "C#",
|
|
|
- "orm": "Micro",
|
|
|
- "platform": ".NET",
|
|
|
- "flavor": "CoreCLR",
|
|
|
- "webserver": "Kestrel",
|
|
|
- "os": "Linux",
|
|
|
- "database_os": "Linux",
|
|
|
- "display_name": "ASP.NET Core [MVC, Pg, Dapper]",
|
|
|
- "notes": "",
|
|
|
- "versus": "aspcore-ado-pg"
|
|
|
- },
|
|
|
- "mvc-ado-my": {
|
|
|
- "db_url": "/mvc/db/raw",
|
|
|
- "query_url": "/mvc/queries/raw?queries=",
|
|
|
- "update_url": "/mvc/updates/raw?queries=",
|
|
|
- "fortune_url": "/mvc/fortunes/raw",
|
|
|
- "port": 8080,
|
|
|
- "approach": "Realistic",
|
|
|
- "classification": "Fullstack",
|
|
|
- "database": "MySQL",
|
|
|
- "framework": "ASP.NET Core [MVC]",
|
|
|
- "language": "C#",
|
|
|
- "orm": "Raw",
|
|
|
- "platform": ".NET",
|
|
|
- "flavor": "CoreCLR",
|
|
|
- "webserver": "Kestrel",
|
|
|
- "os": "Linux",
|
|
|
- "database_os": "Linux",
|
|
|
- "display_name": "ASP.NET Core [MVC, My]",
|
|
|
- "notes": "",
|
|
|
- "versus": "aspcore-ado-my"
|
|
|
- },
|
|
|
- "mvc-dap-my": {
|
|
|
- "db_url": "/mvc/db/dapper",
|
|
|
- "query_url": "/mvc/queries/dapper?queries=",
|
|
|
- "update_url": "/mvc/updates/dapper?queries=",
|
|
|
- "fortune_url": "/mvc/fortunes/dapper",
|
|
|
- "port": 8080,
|
|
|
- "approach": "Realistic",
|
|
|
- "classification": "Fullstack",
|
|
|
- "database": "MySQL",
|
|
|
- "framework": "ASP.NET Core [MVC]",
|
|
|
- "language": "C#",
|
|
|
- "orm": "Micro",
|
|
|
- "platform": ".NET",
|
|
|
- "flavor": "CoreCLR",
|
|
|
- "webserver": "Kestrel",
|
|
|
- "os": "Linux",
|
|
|
- "database_os": "Linux",
|
|
|
- "display_name": "ASP.NET Core [MVC, My, Dapper]",
|
|
|
- "notes": "",
|
|
|
- "versus": "aspcore-ado-my"
|
|
|
- },
|
|
|
- "ado-my": {
|
|
|
- "fortune_url": "/fortunes",
|
|
|
- "db_url": "/db",
|
|
|
- "query_url": "/queries/",
|
|
|
- "update_url": "/updates/",
|
|
|
- "cached_query_url": "/cached-worlds/",
|
|
|
- "port": 8080,
|
|
|
- "approach": "Realistic",
|
|
|
- "classification": "Platform",
|
|
|
- "database": "MySQL",
|
|
|
- "framework": "ASP.NET Core",
|
|
|
- "language": "C#",
|
|
|
- "orm": "Raw",
|
|
|
- "platform": ".NET",
|
|
|
- "flavor": "CoreCLR",
|
|
|
- "webserver": "Kestrel",
|
|
|
- "os": "Linux",
|
|
|
- "database_os": "Linux",
|
|
|
- "display_name": "ASP.NET Core [Platform, My]",
|
|
|
- "notes": "",
|
|
|
- "versus": "aspcore-ado-my"
|
|
|
+ "framework": "aspnetcore",
|
|
|
+ "tests": [
|
|
|
+ {
|
|
|
+ "default": {
|
|
|
+ "plaintext_url": "/plaintext",
|
|
|
+ "json_url": "/json",
|
|
|
+ "db_url": "/db",
|
|
|
+ "query_url": "/queries/",
|
|
|
+ "fortune_url": "/fortunes",
|
|
|
+ "update_url": "/updates/",
|
|
|
+ "cached_query_url": "/cached-worlds/",
|
|
|
+ "port": 8080,
|
|
|
+ "approach": "Realistic",
|
|
|
+ "classification": "Platform",
|
|
|
+ "database": "Postgres",
|
|
|
+ "framework": "ASP.NET Core",
|
|
|
+ "language": "C#",
|
|
|
+ "orm": "Raw",
|
|
|
+ "platform": ".NET",
|
|
|
+ "flavor": "CoreCLR",
|
|
|
+ "webserver": "Kestrel",
|
|
|
+ "os": "Linux",
|
|
|
+ "database_os": "Linux",
|
|
|
+ "display_name": "ASP.NET Core [Platform, Pg]",
|
|
|
+ "notes": ""
|
|
|
+ },
|
|
|
+ "minimal": {
|
|
|
+ "plaintext_url": "/plaintext",
|
|
|
+ "json_url": "/json",
|
|
|
+ "db_url": "/db",
|
|
|
+ "query_url": "/queries/",
|
|
|
+ "fortune_url": "/fortunes",
|
|
|
+ "update_url": "/updates/",
|
|
|
+ "port": 8080,
|
|
|
+ "approach": "Realistic",
|
|
|
+ "classification": "Micro",
|
|
|
+ "database": "Postgres",
|
|
|
+ "framework": "ASP.NET Core [Minimal APIs]",
|
|
|
+ "language": "C#",
|
|
|
+ "orm": "Micro",
|
|
|
+ "platform": ".NET",
|
|
|
+ "flavor": "CoreCLR",
|
|
|
+ "webserver": "Kestrel",
|
|
|
+ "os": "Linux",
|
|
|
+ "database_os": "Linux",
|
|
|
+ "display_name": "ASP.NET Core [Minimal APIs, Pg, Dapper]",
|
|
|
+ "notes": "",
|
|
|
+ "versus": "aspnetcore"
|
|
|
+ },
|
|
|
+ "mvc": {
|
|
|
+ "plaintext_url": "/plaintext",
|
|
|
+ "json_url": "/json",
|
|
|
+ "db_url": "/db",
|
|
|
+ "query_url": "/queries/",
|
|
|
+ "fortune_url": "/fortunes",
|
|
|
+ "port": 8080,
|
|
|
+ "approach": "Realistic",
|
|
|
+ "classification": "Fullstack",
|
|
|
+ "database": "Postgres",
|
|
|
+ "framework": "ASP.NET Core [MVC]",
|
|
|
+ "language": "C#",
|
|
|
+ "orm": "Full",
|
|
|
+ "platform": ".NET",
|
|
|
+ "flavor": "CoreCLR",
|
|
|
+ "webserver": "Kestrel",
|
|
|
+ "os": "Linux",
|
|
|
+ "database_os": "Linux",
|
|
|
+ "display_name": "ASP.NET Core [MVC, Pg, EF]",
|
|
|
+ "notes": "",
|
|
|
+ "versus": "aspnetcore"
|
|
|
+ },
|
|
|
+ "mysql": {
|
|
|
+ "db_url": "/db",
|
|
|
+ "query_url": "/queries/",
|
|
|
+ "fortune_url": "/fortunes",
|
|
|
+ "update_url": "/updates/",
|
|
|
+ "cached_query_url": "/cached-worlds/",
|
|
|
+ "port": 8080,
|
|
|
+ "approach": "Realistic",
|
|
|
+ "classification": "Platform",
|
|
|
+ "database": "MySQL",
|
|
|
+ "framework": "ASP.NET Core",
|
|
|
+ "language": "C#",
|
|
|
+ "orm": "Raw",
|
|
|
+ "platform": ".NET",
|
|
|
+ "flavor": "CoreCLR",
|
|
|
+ "webserver": "Kestrel",
|
|
|
+ "os": "Linux",
|
|
|
+ "database_os": "Linux",
|
|
|
+ "display_name": "ASP.NET Core [Platform, My]",
|
|
|
+ "notes": ""
|
|
|
+ }
|
|
|
}
|
|
|
- }]
|
|
|
+ ]
|
|
|
}
|