It uses Falcon framework with ElasticSearch queries. Nothing complex neither fancy, just simple ES queries and REST API resources through /api/influencer/.
To run back-end, all you gotta do is to install requirements from sapie-be and run, from that directory, gunicorn like gunicorn --reload app:api
You could start by adding some JSON documents pushing them to http://localhost:8000/api/influencer using POST method. If you like httpie you can try: http :8000 socialauthority=7 somename=foobar
It uses Falcon framework with ElasticSearch queries. Nothing complex neither fancy, just simple ES queries and REST API resources through
/api/influencer/
.To run back-end, all you gotta do is to install requirements from
sapie-be
and run, from that directory, gunicorn likegunicorn --reload app:api
You could start by adding some JSON documents pushing them to
http://localhost:8000/api/influencer
usingPOST
method. If you like httpie you can try:http :8000 socialauthority=7 somename=foobar