Skip to content
@fapi-search

fapi-search

What’s fapi?

Many times I’ve needed a SQL plus NOSQL/Search microservice backend and have spun up several now, including Django+Postgres+Solar, Flask+Algolia, and other combinations. The one I plan to use next is FastAPI + Elasticsearch (or the Amazonian Opensearch alternative.)

Instead of waiting and building yet another one-off codebase under time pressure, I’m standardizing this micro-stack ahead of time. With time to go deep with the architecture, I can bolt in best practices that often get left on the cutting room floor, such as

  • Fully normalized formatting and linting
  • Full use of Python async on the frontside (APIs) and the backside (search and RDBMS requests)
  • A code layout that standardizes versioned APIs, CLI commands, background tasks, and built-in OpenAPI/Swagger support
  • A standard test methodology that includes mock driven unit tests and full stack data tests
  • Well built Docker support, including a tight production image and docker compose support for fully functional instant infrastructure
  • Scripts for 1 liner builds, lints, and test runs

What would I use this for?

Launching your next awesome scalable search service or fast lookup microservice.

Popular repositories Loading

  1. fastapi-search-cookiecutter fastapi-search-cookiecutter Public

    a lean microservice that interacts with an RDBMS, currently only PostgreSQL, and a search database, currently either OpenSearch or ElasticSearch

    Python 10 1

  2. .github .github Public

  3. fapi-search.github.io fapi-search.github.io Public

    static file for https://fapi-search.github.io org site

    HTML

  4. fapi-search-docs fapi-search-docs Public

    fapi-search.github.io source

Repositories

Showing 4 of 4 repositories
  • fapi-search.github.io Public

    static file for https://fapi-search.github.io org site

    fapi-search/fapi-search.github.io’s past year of commit activity
    HTML 0 0 0 0 Updated Aug 4, 2022
  • fapi-search-docs Public

    fapi-search.github.io source

    fapi-search/fapi-search-docs’s past year of commit activity
    0 MIT 0 3 0 Updated Aug 4, 2022
  • fastapi-search-cookiecutter Public

    a lean microservice that interacts with an RDBMS, currently only PostgreSQL, and a search database, currently either OpenSearch or ElasticSearch

    fapi-search/fastapi-search-cookiecutter’s past year of commit activity
    Python 10 MIT 1 7 0 Updated Aug 1, 2022
  • .github Public
    fapi-search/.github’s past year of commit activity
    0 0 0 0 Updated Jul 27, 2022

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…