Skip to content

fenrir-z/ymir-backend

 
 

Repository files navigation

Ymir-backend

Overview

Ymir-backend is one of three components within the Ymir project:

  1. Ymir-Web, a web UI application that renders dashboards
  2. Ymir-Backend, dispatch the task to Ymir-cmd, get task information
  3. Ymir-cmd, the CLI of Ymir, it manages annotations (metadata) and image assets (media files) separately

Ymir Components

Ymir-Backend is responsible for receiving task from Web, maintaining the relationships between user and tasks, dispatching planned tasks to Ymir-cmd where the tasks are executed

Up and running

Run tests with tox:

tox

Bring up by docker-compose:

docker-compose -f docker-compose.dev.yml up --build -d

Further reading: Ymir

License

Ymir is licensed under version 2.0 of the Apache License. See the LICENSE file for details.

All Contributors

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.1%
  • HTML 3.2%
  • Other 0.7%