conda-store (core)
The conda-store
repository on GitHub contains the conda-store application. It has two entrypoints:
conda-store-server
: web server that provides theconda-store
"service" through a REST APIconda-store-worker
: celery worker that runs actions for conda-store. For example, building, locking and installing environments
Get started ✨
The fastest way to get started with conda-store is with a local standalone installation and the conda-store UI.
Key concepts 🔖
Understand some useful terms and concepts to use conda-store effectively:
- Essentials for users new to the conda packaging ecosystem
- Concepts and vocabulary unique to conda-store
- Descriptions for the artifacts created by conda-store
Other installation options 💻
conda-store can also be installed using:
Deeper dive 📚
Make the most of conda-store by learning about:
- Performance impact of conda-store components
- Configuration options for customization
- Internal architecture: overview, auth, and database
Community and contributing 🌱
Be a part of the conda-store community! Check out the Community documentation for details.