~amirouche/python-babelia

Wanna be large scale search engine for the commons (Python sample implementation)
ea95c8dc — Amirouche 7 months ago
typofix
37605f39 — Amirouche 7 months ago
add empty preact sourcemap file
28dd7fca — Amirouche 7 months ago
Select ws scheme based on http scheme.

clone

read-only
https://git.sr.ht/~amirouche/python-babelia
read/write
git@git.sr.ht:~amirouche/python-babelia

You can also use your local clone with git send-email.

#babelia

screenshot show how to search, index and view article https://hyper.dev/discourse/

#Getting started

  1. Clone the repository using its URL:

    git clone https://git.sr.ht/~amirouche/python-babelia
    
  2. Install FoundationDB. With a Debian system you can do the following:

    wget https://github.com/apple/foundationdb/releases/download/7.1.3/foundationdb-clients_7.1.3-1_amd64.deb
    wget https://github.com/apple/foundationdb/releases/download/7.1.3/foundationdb-server_7.1.3-1_amd64.deb
    sudo dpkg -i foundationdb-*
    
  3. At the root of the repository do the following cli dance:

    Create a Python virtual environment and install necessary dependencies with:

    ./venv
    
  4. Stay in the virtual environment, and run the following command to spawn the web server:

    uvicorn hyperdev.main:main
    

    A traceback with some red ink will be displayed that is harmless.

  5. Go to http://127.0.0.1:8000.