Skip to content

PilotDataPlatform/pilot-hdc-search

Repository files navigation

Search Service

Python

About

Service for performing searches.

Start

  1. Install Docker.

  2. Start container with search application.

    docker compose up
    
  3. Visit http://127.0.0.1:5064/v1/api-doc for API documentation.

Development

  1. Install Poetry.

  2. Install dependencies.

    poetry install
    
  3. Add environment variables into .env.

  4. Run application.

    poetry run python -m search
    

Acknowledgements

The development of the HealthDataCloud open source software was supported by the EBRAINS research infrastructure, funded from the European Union's Horizon 2020 Framework Programme for Research and Innovation under the Specific Grant Agreement No. 945539 (Human Brain Project SGA3) and H2020 Research and Innovation Action Grant Interactive Computing E-Infrastructure for the Human Brain Project ICEI 800858.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published