|
@@ -17,12 +17,35 @@
|
|
"flavor": "Python3",
|
|
"flavor": "Python3",
|
|
"orm": "Raw",
|
|
"orm": "Raw",
|
|
"platform": "asyncio",
|
|
"platform": "asyncio",
|
|
- "webserver": "gunicorn",
|
|
|
|
|
|
+ "webserver": "nginx",
|
|
"os": "Linux",
|
|
"os": "Linux",
|
|
"database_os": "Linux",
|
|
"database_os": "Linux",
|
|
"display_name": "aiohttp",
|
|
"display_name": "aiohttp",
|
|
"notes": "uses asyncpg for database access"
|
|
"notes": "uses asyncpg for database access"
|
|
},
|
|
},
|
|
|
|
+ "gunicorn": {
|
|
|
|
+ "json_url": "/json",
|
|
|
|
+ "db_url": "/db",
|
|
|
|
+ "query_url": "/queries/",
|
|
|
|
+ "fortune_url": "/fortunes",
|
|
|
|
+ "update_url": "/updates/",
|
|
|
|
+ "plaintext_url": "/plaintext",
|
|
|
|
+ "port": 8080,
|
|
|
|
+ "approach": "Realistic",
|
|
|
|
+ "classification": "Micro",
|
|
|
|
+ "database": "Postgres",
|
|
|
|
+ "framework": "aiohttp",
|
|
|
|
+ "language": "Python",
|
|
|
|
+ "flavor": "Python3",
|
|
|
|
+ "orm": "Raw",
|
|
|
|
+ "platform": "asyncio",
|
|
|
|
+ "webserver": "nginx",
|
|
|
|
+ "os": "Linux",
|
|
|
|
+ "database_os": "Linux",
|
|
|
|
+ "display_name": "aiohttp-gunicorn",
|
|
|
|
+ "notes": "uses gunicorn as proxy server",
|
|
|
|
+ "versus": "default"
|
|
|
|
+ },
|
|
"orm": {
|
|
"orm": {
|
|
"db_url": "/db",
|
|
"db_url": "/db",
|
|
"query_url": "/queries/",
|
|
"query_url": "/queries/",
|
|
@@ -37,7 +60,7 @@
|
|
"flavor": "Python3",
|
|
"flavor": "Python3",
|
|
"orm": "Full",
|
|
"orm": "Full",
|
|
"platform": "asyncio",
|
|
"platform": "asyncio",
|
|
- "webserver": "gunicorn",
|
|
|
|
|
|
+ "webserver": "nginx",
|
|
"os": "Linux",
|
|
"os": "Linux",
|
|
"database_os": "Linux",
|
|
"database_os": "Linux",
|
|
"display_name": "aiohttp-orm",
|
|
"display_name": "aiohttp-orm",
|