basic service for skills
- Python 3.7.x
- aiohttp
- pymongo
- MongoDB
./install.sh
create database and collections
- mongo
- use service_skills
- db.createCollection('profiles')
- db.createCollection('definitions')
./run.sh
HTTP service listens on port 11003
basic http service for skills using python, mongodb, aiohttp, pymongo
PythonUnlicense
basic service for skills
./install.sh
create database and collections
./run.sh
HTTP service listens on port 11003