123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102 |
- {
- "framework": "api_hour",
- "tests": [{
- "default": {
- "json_url": "/json",
- "db_url": "/db",
- "query_url": "/queries?queries=",
- "fortune_url": "/fortunes",
- "update_url": "/updates?queries=",
- "plaintext_url": "/plaintext",
- "port": 8080,
- "approach": "Realistic",
- "classification": "Micro",
- "database": "Postgres",
- "framework": "api_hour",
- "language": "Python",
- "flavor": "Python3",
- "orm": "Raw",
- "platform": "asyncio",
- "webserver": "Gunicorn",
- "os": "Linux",
- "database_os": "Linux",
- "display_name": "API-Hour-PG",
- "notes": "Python 3 + API-Hour + AsyncIO + aiohttp + PostgreSQL",
- "tags": ["broken"]
- },
- "mysql": {
- "db_url": "/db_mysql",
- "query_url": "/queries_mysql?queries=",
- "fortune_url": "/fortunes_mysql",
- "update_url": "/updates_mysql?queries=",
- "port": 8080,
- "approach": "Realistic",
- "classification": "Micro",
- "database": "MySQL",
- "framework": "api_hour",
- "language": "Python",
- "flavor": "Python3",
- "orm": "Raw",
- "platform": "asyncio",
- "webserver": "Gunicorn",
- "os": "Linux",
- "database_os": "Linux",
- "display_name": "API-Hour-MySQL",
- "notes": "Python 3 + API-Hour + AsyncIO + aiohttp + MySQL",
- "tags": ["broken"]
- },
- "json": {
- "json_url": "/json",
- "port": 8080,
- "approach": "Stripped",
- "classification": "Platform",
- "database": "None",
- "framework": "api_hour",
- "language": "Python",
- "flavor": "Python3",
- "orm": "Raw",
- "platform": "asyncio",
- "webserver": "Gunicorn",
- "os": "Linux",
- "database_os": "Linux",
- "display_name": "API-Hour-yocto",
- "notes": "Python 3 + API-Hour + AsyncIO"
- },
- "dbs": {
- "db_url": "/db",
- "query_url": "/queries?queries=",
- "update_url": "/updates?queries=",
- "port": 8081,
- "approach": "Stripped",
- "classification": "Platform",
- "database": "Postgres",
- "framework": "api_hour",
- "language": "Python",
- "flavor": "Python3",
- "orm": "Raw",
- "platform": "asyncio",
- "webserver": "Gunicorn",
- "os": "Linux",
- "database_os": "Linux",
- "display_name": "API-Hour-yocto",
- "notes": "Python 3 + API-Hour + AsyncIO"
- },
- "plaintext": {
- "plaintext_url": "/plaintext",
- "port": 8082,
- "approach": "Stripped",
- "classification": "Platform",
- "database": "None",
- "framework": "api_hour",
- "language": "Python",
- "flavor": "Python3",
- "orm": "Raw",
- "platform": "asyncio",
- "webserver": "Gunicorn",
- "os": "Linux",
- "database_os": "Linux",
- "display_name": "API-Hour-yocto",
- "notes": "Python 3 + API-Hour + AsyncIO"
- }
- }]
- }
|