Skip to main content

Efesto

Pypi Travis build Codacy grade Codacy grade

A micro REST API meant to be used almost out of the box with other microservices.

It kickstarts you by providing a simple way to build a backend and expose it. Efesto uses PostgreSQL and JWTs for authentication.

Efesto follows the UNIX principle of doing one thing and well, leaving you the freedom of choice about other components (authentication, caching, rate-limiting, load balancer).

Installing

Install efesto, possibly in a virtual environment:

pip install efesto

Create a postgresql database and export the database url:

export db_url=postgres://postgres:postgres@localhost:5432/efesto

Export the jwt secret:

export jwt_secret=secret

Populate the db:

efesto quickstart

Create an admin:

efesto create_user tofu --superuser

Now you can start efesto, with either uwsgi or gunicorn:

gunicorn "efesto.App:App.run()"

Efesto should now be running, let's make sure it is. Create a jwt with the secret you have configured. Efesto comes with an helper for that:

efesto token tofu 1000

Send a request with the token:

curl http://localhost:8000/users -H "Authorization: Bearer token"

Success! Efesto is running fine. Read the complete documentation <http://efesto.readthedocs.io>_ to find out more

Performance

Efesto performs at about 200 requests/second on a small digital ocean droplet, for requests that include JWT authentication, fetching data and printing out JSON.

You have seen 100k requests benchmarks, but don't be fooled: most benchmarks from authors are made so that their package comes to the top and do not reflect real conditions.

That said, Efesto's did not reach its maximum and a lot can be done to improve its performance.

Notes from the author

  • Efesto is not meant to be the solution to all problems. It can be quite good as a prototyping and early stage backend, less so on the long term (see below)

  • Efesto lacks some strategic features and I can only put a limited amount of time into Efesto. If you want some features done and can't contribute yourself, I can be hired.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

efesto-2.1.0.tar.gz (37.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

efesto-2.1.0-py3-none-any.whl (46.6 kB view details)

Uploaded Python 3

File details

Details for the file efesto-2.1.0.tar.gz.

File metadata

  • Download URL: efesto-2.1.0.tar.gz
  • Upload date:
  • Size: 37.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/0.12.17 CPython/3.6.8 Linux/5.0.0-21-generic

File hashes

Hashes for efesto-2.1.0.tar.gz
Algorithm Hash digest
SHA256 4dbba92814cc34f44788998c24228005bbd67034579c055e918be2f1d480251a
MD5 4ea408cce78e28fde3f446dad2fd4f43
BLAKE2b-256 af8649f248dfd715bd9f66deb8e4939293bf63d7f962aa5a950cb8418ea82f71

See more details on using hashes here.

File details

Details for the file efesto-2.1.0-py3-none-any.whl.

File metadata

  • Download URL: efesto-2.1.0-py3-none-any.whl
  • Upload date:
  • Size: 46.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/0.12.17 CPython/3.6.8 Linux/5.0.0-21-generic

File hashes

Hashes for efesto-2.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 2a978b9206db1a858059c66466026e7d4e1ac8a30b3bf46f5dbb4ad2f095a4ae
MD5 eff6faf11189e1ed2aa3c9b6b9c6106d
BLAKE2b-256 a75b00e45b2fd511b878d9a183a6a60a606c0445afc29ccd3c10fbe4ea4ed7cb

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page