|
@@ -1,90 +0,0 @@
|
|
-{
|
|
|
|
- "framework": "polkadot",
|
|
|
|
- "tests": [
|
|
|
|
- {
|
|
|
|
- "default": {
|
|
|
|
- "json_url": "/json",
|
|
|
|
- "plaintext_url": "/plaintext",
|
|
|
|
- "port": 8080,
|
|
|
|
- "approach": "Realistic",
|
|
|
|
- "classification": "Platform",
|
|
|
|
- "database": "None",
|
|
|
|
- "framework": "polkadot",
|
|
|
|
- "language": "JavaScript",
|
|
|
|
- "flavor": "NodeJS",
|
|
|
|
- "orm": "Raw",
|
|
|
|
- "platform": "nodejs",
|
|
|
|
- "webserver": "None",
|
|
|
|
- "os": "Linux",
|
|
|
|
- "database_os": "Linux",
|
|
|
|
- "display_name": "polkadot",
|
|
|
|
- "notes": "",
|
|
|
|
- "versus": "nodejs"
|
|
|
|
- },
|
|
|
|
- "mysql": {
|
|
|
|
- "dockerfile": "polkadot-mysql.dockerfile",
|
|
|
|
- "db_url": "/db",
|
|
|
|
- "query_url": "/queries?queries=",
|
|
|
|
- "fortune_url": "/fortunes",
|
|
|
|
- "update_url": "/updates?queries=",
|
|
|
|
- "port": 8080,
|
|
|
|
- "approach": "Realistic",
|
|
|
|
- "classification": "Platform",
|
|
|
|
- "database": "MySQL",
|
|
|
|
- "framework": "polkadot",
|
|
|
|
- "language": "JavaScript",
|
|
|
|
- "flavor": "NodeJS",
|
|
|
|
- "orm": "Raw",
|
|
|
|
- "platform": "nodejs",
|
|
|
|
- "webserver": "None",
|
|
|
|
- "os": "Linux",
|
|
|
|
- "database_os": "Linux",
|
|
|
|
- "display_name": "polkadot",
|
|
|
|
- "notes": "",
|
|
|
|
- "versus": "nodejs"
|
|
|
|
- },
|
|
|
|
- "postgres": {
|
|
|
|
- "db_url": "/db",
|
|
|
|
- "query_url": "/queries?queries=",
|
|
|
|
- "fortune_url": "/fortunes",
|
|
|
|
- "update_url": "/updates?queries=",
|
|
|
|
- "port": 8080,
|
|
|
|
- "approach": "Realistic",
|
|
|
|
- "classification": "Platform",
|
|
|
|
- "database": "Postgres",
|
|
|
|
- "framework": "polkadot",
|
|
|
|
- "language": "JavaScript",
|
|
|
|
- "flavor": "NodeJS",
|
|
|
|
- "orm": "Raw",
|
|
|
|
- "platform": "None",
|
|
|
|
- "webserver": "None",
|
|
|
|
- "os": "Linux",
|
|
|
|
- "database_os": "Linux",
|
|
|
|
- "display_name": "polkadot",
|
|
|
|
- "notes": "",
|
|
|
|
- "versus": "nodejs"
|
|
|
|
- },
|
|
|
|
- "mongodb": {
|
|
|
|
- "db_url": "/db",
|
|
|
|
- "query_url": "/queries?queries=",
|
|
|
|
- "fortune_url": "/fortunes",
|
|
|
|
- "update_url": "/updates?queries=",
|
|
|
|
- "port": 8080,
|
|
|
|
- "approach": "Realistic",
|
|
|
|
- "classification": "Platform",
|
|
|
|
- "database": "MongoDB",
|
|
|
|
- "framework": "polkadot",
|
|
|
|
- "language": "JavaScript",
|
|
|
|
- "flavor": "NodeJS",
|
|
|
|
- "orm": "Raw",
|
|
|
|
- "platform": "None",
|
|
|
|
- "webserver": "None",
|
|
|
|
- "os": "Linux",
|
|
|
|
- "database_os": "Linux",
|
|
|
|
- "display_name": "polkadot",
|
|
|
|
- "notes": "",
|
|
|
|
- "versus": "nodejs"
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- ]
|
|
|
|
-}
|
|
|