anymlops


Nameanymlops JSON
Version 0.1 PyPI version JSON
download
home_page
SummaryA data science platform that works.
upload_time2023-04-30 09:26:48
maintainer
docs_urlNone
author
requires_python>=3.8
license
keywords anymlops aws azure dask do gcp jupyter
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <p align="center">
<picture>
  <source media="(prefers-color-scheme: light)" srcset="https://beartell.com/img/Any_png.png">
  <source media="(prefers-color-scheme: dark)" srcset="https://beartell.com/img/Any_png.png">
  <img alt="Anymlops logo mark - text will be black in light color mode and white in dark color mode." src="https://beartell.com/img/Any_png.png" width="50%"/>
</picture>
</p>

<h1 align="center"> A data science operating platform that literally works ;) </h1>
<h1 align="center"> For everyone, from startups to the largest companies. </h1>

---

| Information | Links |
| :---------- | :-----|
|   License   | [![License](https://img.shields.io/badge/License-BSD%203--Clause-gray.svg?colorA=2D2A56&colorB=5936D9&style=flat.svg)](https://opensource.org/licenses/BSD-3-Clause) |

## Table of contents

- [Table of contents](#table-of-contents)
- [Anymlops](#anymlops)
  - [Cloud Providers ☁️](#cloud-providers-️)
- [Installation 💻](#installation-)
  - [Pre-requisites](#pre-requisites)
  - [Install Anymlops](#install-anymlops)
- [Usage 🚀](#usage-)
- [Code of Conduct 📖](#code-of-conduct-)
- [License](#license)

Automated data science platform. From [JupyterHub](https://jupyter.org/hub "Multi-user version of the Notebook") to Cloud environments with
[Dask Gateway](https://docs.dask.org/ "Python horizontal computation").

Anymlops is an open source data science platform that enables enterprises to build and maintain cost-effective and scalable compute platforms
on [Kubernetes](#anymlops) at day 0.

## Anymlops

The Kubernetes version of Anymlops uses [Terraform](https://www.terraform.io/), [Helm](https://helm.sh/), and
[GitHub Actions](https://docs.github.com/en/free-pro-team@latest/actions).

- The infrastructure's construction, modifications, and version control are managed by Terraform.
- Kubernetes resources can be defined, installed, and maintained using Helm.
- The automatic creation of commits upon rendering the configuration file (anymlops-config.yaml) and initiation of deployment action is facilitated by GitHub Actions.


At Anymlops, we're all about making things easy for you! That's why you don't need to worry about understanding any of the technical jargon we've mentioned. Our goal is to ensure your project is deployed smoothly and successfully, without any fuss on your end.

### Cloud Providers ☁️

Anymlops offers out-of-the-box support for the major public cloud providers: [Digital Ocean](https://www.digitalocean.com/),
Amazon [AWS](https://aws.amazon.com/), [GCP](https://cloud.google.com/ "Google Cloud Provider"), and Microsoft [Azure](https://azure.microsoft.com/en-us/).

## Installation 💻

### Pre-requisites

- Operating System: Currently, Anymlops supports development on Linux and Macos operating systems. Windows is NOT supported yet.
- You need Python >= 3.7 on your local machine or virtual environment to work on Anymlops.
- Virtual environments are our first class citizens. ([`conda`](https://docs.conda.io/en/latest/), [`pipenv`](https://github.com/pypa/pipenv) or
  [`venv`](https://docs.python.org/3/library/venv.html)) is also encouraged.

### Install Anymlops

To install Anymlops type the following commands in your command line:

- Install using `conda`:

  ```bash
  conda install -c conda-forge anymlops

  # if you prefer using mamba
  mamba install -c conda-forge anymlops
  ```

- Install using `pip`:

  ```bash
  pip install anymlops
  ```

Once finished, you can check Anymlops's version (and additional CLI arguments) by typing:

```bash
anymlops --help
```

If successful, the CLI output will be similar to the following:

```bash
usage: anymlops [-h] [-v] {deploy,destroy,render,init,validate} ...

Anymlops command line

positional arguments:
  {deploy,destroy,render,init,validate}
                        Anymlops

optional arguments:
  -h, --help            show this help message and exit
  -v, --version         Anymlops version
```

## Usage 🚀

To ensure a seamless and fully automated deployment with Anymlops, you must configure multiple environment variables. Obtain the required variables by consulting the [Anymlops Get started documentation][docs-get-started].

After collecting the necessary credentials, establish them as UNIX environment variables. With this step complete, you'll be able to deploy Anymlops in mere minutes.

For detailed step-by-step instructions on how to deploy Anymlops, check the [Anymlops documentation][docs-deploy].

## Code of Conduct 📖

To guarantee a welcoming and friendly community, we require all community members to follow our [Code of Conduct](https://github.com/beartell/anymlops/CODE_OF_CONDUCT.md).

## License

[Anymlops is BSD3 licensed](LICENSE).

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "anymlops",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "anymlops,aws,azure,dask,do,gcp,jupyter",
    "author": "",
    "author_email": "Beartell team <bcakir@beartell.com>",
    "download_url": "",
    "platform": null,
    "description": "<p align=\"center\">\n<picture>\n  <source media=\"(prefers-color-scheme: light)\" srcset=\"https://beartell.com/img/Any_png.png\">\n  <source media=\"(prefers-color-scheme: dark)\" srcset=\"https://beartell.com/img/Any_png.png\">\n  <img alt=\"Anymlops logo mark - text will be black in light color mode and white in dark color mode.\" src=\"https://beartell.com/img/Any_png.png\" width=\"50%\"/>\n</picture>\n</p>\n\n<h1 align=\"center\"> A data science operating platform that literally works ;) </h1>\n<h1 align=\"center\"> For everyone, from startups to the largest companies. </h1>\n\n---\n\n| Information | Links |\n| :---------- | :-----|\n|   License   | [![License](https://img.shields.io/badge/License-BSD%203--Clause-gray.svg?colorA=2D2A56&colorB=5936D9&style=flat.svg)](https://opensource.org/licenses/BSD-3-Clause) |\n\n## Table of contents\n\n- [Table of contents](#table-of-contents)\n- [Anymlops](#anymlops)\n  - [Cloud Providers \u2601\ufe0f](#cloud-providers-\ufe0f)\n- [Installation \ud83d\udcbb](#installation-)\n  - [Pre-requisites](#pre-requisites)\n  - [Install Anymlops](#install-anymlops)\n- [Usage \ud83d\ude80](#usage-)\n- [Code of Conduct \ud83d\udcd6](#code-of-conduct-)\n- [License](#license)\n\nAutomated data science platform. From [JupyterHub](https://jupyter.org/hub \"Multi-user version of the Notebook\") to Cloud environments with\n[Dask Gateway](https://docs.dask.org/ \"Python horizontal computation\").\n\nAnymlops is an open source data science platform that enables enterprises to build and maintain cost-effective and scalable compute platforms\non [Kubernetes](#anymlops) at day 0.\n\n## Anymlops\n\nThe Kubernetes version of Anymlops uses [Terraform](https://www.terraform.io/), [Helm](https://helm.sh/), and\n[GitHub Actions](https://docs.github.com/en/free-pro-team@latest/actions).\n\n- The infrastructure's construction, modifications, and version control are managed by Terraform.\n- Kubernetes resources can be defined, installed, and maintained using Helm.\n- The automatic creation of commits upon rendering the configuration file (anymlops-config.yaml) and initiation of deployment action is facilitated by GitHub Actions.\n\n\nAt Anymlops, we're all about making things easy for you! That's why you don't need to worry about understanding any of the technical jargon we've mentioned. Our goal is to ensure your project is deployed smoothly and successfully, without any fuss on your end.\n\n### Cloud Providers \u2601\ufe0f\n\nAnymlops offers out-of-the-box support for the major public cloud providers: [Digital Ocean](https://www.digitalocean.com/),\nAmazon [AWS](https://aws.amazon.com/), [GCP](https://cloud.google.com/ \"Google Cloud Provider\"), and Microsoft [Azure](https://azure.microsoft.com/en-us/).\n\n## Installation \ud83d\udcbb\n\n### Pre-requisites\n\n- Operating System: Currently, Anymlops supports development on Linux and Macos operating systems. Windows is NOT supported yet.\n- You need Python >= 3.7 on your local machine or virtual environment to work on Anymlops.\n- Virtual environments are our first class citizens. ([`conda`](https://docs.conda.io/en/latest/), [`pipenv`](https://github.com/pypa/pipenv) or\n  [`venv`](https://docs.python.org/3/library/venv.html)) is also encouraged.\n\n### Install Anymlops\n\nTo install Anymlops type the following commands in your command line:\n\n- Install using `conda`:\n\n  ```bash\n  conda install -c conda-forge anymlops\n\n  # if you prefer using mamba\n  mamba install -c conda-forge anymlops\n  ```\n\n- Install using `pip`:\n\n  ```bash\n  pip install anymlops\n  ```\n\nOnce finished, you can check Anymlops's version (and additional CLI arguments) by typing:\n\n```bash\nanymlops --help\n```\n\nIf successful, the CLI output will be similar to the following:\n\n```bash\nusage: anymlops [-h] [-v] {deploy,destroy,render,init,validate} ...\n\nAnymlops command line\n\npositional arguments:\n  {deploy,destroy,render,init,validate}\n                        Anymlops\n\noptional arguments:\n  -h, --help            show this help message and exit\n  -v, --version         Anymlops version\n```\n\n## Usage \ud83d\ude80\n\nTo ensure a seamless and fully automated deployment with Anymlops, you must configure multiple environment variables. Obtain the required variables by consulting the [Anymlops Get started documentation][docs-get-started].\n\nAfter collecting the necessary credentials, establish them as UNIX environment variables. With this step complete, you'll be able to deploy Anymlops in mere minutes.\n\nFor detailed step-by-step instructions on how to deploy Anymlops, check the [Anymlops documentation][docs-deploy].\n\n## Code of Conduct \ud83d\udcd6\n\nTo guarantee a welcoming and friendly community, we require all community members to follow our [Code of Conduct](https://github.com/beartell/anymlops/CODE_OF_CONDUCT.md).\n\n## License\n\n[Anymlops is BSD3 licensed](LICENSE).\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A data science platform that works.",
    "version": "0.1",
    "project_urls": {
        "Documentation": "https://www.beartell.com",
        "Source": "https://github.com/beartell/anymlops"
    },
    "split_keywords": [
        "anymlops",
        "aws",
        "azure",
        "dask",
        "do",
        "gcp",
        "jupyter"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "188a07ba9a029d496780f7f1b2e8a65519025d029af663e34df745addca4ea29",
                "md5": "2139f0a0f82a6a2ce59fc04ef4b0a5ac",
                "sha256": "697dac0823dceb6812cbb354acc231d751c28b2e708add0b1c75899055132252"
            },
            "downloads": -1,
            "filename": "anymlops-0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2139f0a0f82a6a2ce59fc04ef4b0a5ac",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 50557,
            "upload_time": "2023-04-30T09:26:48",
            "upload_time_iso_8601": "2023-04-30T09:26:48.192382Z",
            "url": "https://files.pythonhosted.org/packages/18/8a/07ba9a029d496780f7f1b2e8a65519025d029af663e34df745addca4ea29/anymlops-0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-30 09:26:48",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "beartell",
    "github_project": "anymlops",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "anymlops"
}
        
Elapsed time: 0.08639s