rapid-framework


Namerapid-framework JSON
Version 23.831.103159 PyPI version JSON
download
home_pagehttps://github.com/BambooHR/rapid
SummaryRapid Framework
upload_time2023-09-08 14:38:50
maintainer
docs_urlNone
authorMichael Bright
requires_python
license
keywords internal ci jenkinskiller
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Rapid Framework
===============

Rapid Framework is a tool for integrating Continuous Integration, Automatic Testing, Automatic Building and Continuous Deployment in a quality and
efficient manner.

Why Rapid?
----------

Rapid was built with ease and scalability in mind. There are various features which allow you to take control of your builds and know what is happening
at all times. Rapid makes your CI Solution infrastructure. It simply works.

Rapid was built to be small and efficient. Rapid is a layered system which allows you to be free to scale your infrastructure as needed. Rapid is the
only CI Solution that we know of that can build and release itself with no down time.

Have you ever used a system that runs out of memory? Ever have a client blow up and you can't recover? That doesn't happen with Rapid. Try it out!

Requirements
------------

Server - System that supports python. At least 60MB of RAM! That's it!
Client - System that supports python. At least 30MB of RAM! That's it!

Features
--------

- Multi Staged pipelines
- Parallel Workflows
- Sliced Actions
- Ability to track time for all parts of your build
- Re-run Action possibility
- Prioritized builds
- Interstitial Runs
- Targeted clients
- Distributed Logging
- Automatic upgrades
- 24/7 Uptime - Install a new version and restart in 200ms!
- Behavior Point Test Mapping
- UWSGI integration
- Massive Scaling
- Github Integration for handling webhooks
- Release Step Mapping and workflows
- External process integration and workflow

Installation
------------

.. code-block:: bash

  $ pip install rapid-framework


Options
-------

.. code-block:: bash

  $ rapid --help


usage: rapid [-h] [-f CONFIG_FILE] [-p PORT] [-m] [-c] [-l] [-d LOG_DIR]
             [-q QA_DIR] [--downgrade DB_DOWNGRADE] [--create_db]
             [--create_migration MIGRATE]

Rapid Framework client main control

optional arguments:
  -h, --help            show this help message and exit
  -f CONFIG_FILE, --config CONFIG_FILE
                        config file path
  -p PORT, --port PORT  Port for the master to listen on
  -m, --master          Master mode is default
  -c, --client          Client mode
  -l, --logging         Logging mode
  -d LOG_DIR, --log_dir LOG_DIR
                        Logging directory
  -q QA_DIR, --qa_dir QA_DIR
                        QA Dir
  --downgrade DB_DOWNGRADE
                        Downgrade db for alembic
  --create_db           Create initial db
  --create_migration MIGRATE
                        Create Migration for alembic

License
-------
Rapid is **licensed** under the **Apache 2.0 License**. The terms of the license are as follows:

..

  Copyright (c) 2015 Michael Bright and Bamboo HR LLC

  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/BambooHR/rapid",
    "name": "rapid-framework",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "internal ci jenkinskiller",
    "author": "Michael Bright",
    "author_email": "mbright@bamboohr.com",
    "download_url": "https://files.pythonhosted.org/packages/f2/ae/f6f608446a90a726541aff11f36cbee6282bc9e8ee06e1d56cf6eb9cf9e8/rapid-framework-23.831.103159.tar.gz",
    "platform": null,
    "description": "Rapid Framework\n===============\n\nRapid Framework is a tool for integrating Continuous Integration, Automatic Testing, Automatic Building and Continuous Deployment in a quality and\nefficient manner.\n\nWhy Rapid?\n----------\n\nRapid was built with ease and scalability in mind. There are various features which allow you to take control of your builds and know what is happening\nat all times. Rapid makes your CI Solution infrastructure. It simply works.\n\nRapid was built to be small and efficient. Rapid is a layered system which allows you to be free to scale your infrastructure as needed. Rapid is the\nonly CI Solution that we know of that can build and release itself with no down time.\n\nHave you ever used a system that runs out of memory? Ever have a client blow up and you can't recover? That doesn't happen with Rapid. Try it out!\n\nRequirements\n------------\n\nServer - System that supports python. At least 60MB of RAM! That's it!\nClient - System that supports python. At least 30MB of RAM! That's it!\n\nFeatures\n--------\n\n- Multi Staged pipelines\n- Parallel Workflows\n- Sliced Actions\n- Ability to track time for all parts of your build\n- Re-run Action possibility\n- Prioritized builds\n- Interstitial Runs\n- Targeted clients\n- Distributed Logging\n- Automatic upgrades\n- 24/7 Uptime - Install a new version and restart in 200ms!\n- Behavior Point Test Mapping\n- UWSGI integration\n- Massive Scaling\n- Github Integration for handling webhooks\n- Release Step Mapping and workflows\n- External process integration and workflow\n\nInstallation\n------------\n\n.. code-block:: bash\n\n  $ pip install rapid-framework\n\n\nOptions\n-------\n\n.. code-block:: bash\n\n  $ rapid --help\n\n\nusage: rapid [-h] [-f CONFIG_FILE] [-p PORT] [-m] [-c] [-l] [-d LOG_DIR]\n             [-q QA_DIR] [--downgrade DB_DOWNGRADE] [--create_db]\n             [--create_migration MIGRATE]\n\nRapid Framework client main control\n\noptional arguments:\n  -h, --help            show this help message and exit\n  -f CONFIG_FILE, --config CONFIG_FILE\n                        config file path\n  -p PORT, --port PORT  Port for the master to listen on\n  -m, --master          Master mode is default\n  -c, --client          Client mode\n  -l, --logging         Logging mode\n  -d LOG_DIR, --log_dir LOG_DIR\n                        Logging directory\n  -q QA_DIR, --qa_dir QA_DIR\n                        QA Dir\n  --downgrade DB_DOWNGRADE\n                        Downgrade db for alembic\n  --create_db           Create initial db\n  --create_migration MIGRATE\n                        Create Migration for alembic\n\nLicense\n-------\nRapid is **licensed** under the **Apache 2.0 License**. The terms of the license are as follows:\n\n..\n\n  Copyright (c) 2015 Michael Bright and Bamboo HR LLC\n\n  Licensed under the Apache License, Version 2.0 (the \"License\");\n  you may not use this file except in compliance with the License.\n  You may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\n  Unless required by applicable law or agreed to in writing, software\n  distributed under the License is distributed on an \"AS IS\" BASIS,\n  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n  See the License for the specific language governing permissions and\n  limitations under the License.",
    "bugtrack_url": null,
    "license": "",
    "summary": "Rapid Framework",
    "version": "23.831.103159",
    "project_urls": {
        "Homepage": "https://github.com/BambooHR/rapid"
    },
    "split_keywords": [
        "internal",
        "ci",
        "jenkinskiller"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f2aef6f608446a90a726541aff11f36cbee6282bc9e8ee06e1d56cf6eb9cf9e8",
                "md5": "41dcab7840055d9ce991d8121277648b",
                "sha256": "25ce22611f1e71161a5f668a1ea4710c8a03819fc847b1d6af95e4c025cc5de4"
            },
            "downloads": -1,
            "filename": "rapid-framework-23.831.103159.tar.gz",
            "has_sig": false,
            "md5_digest": "41dcab7840055d9ce991d8121277648b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 92725,
            "upload_time": "2023-09-08T14:38:50",
            "upload_time_iso_8601": "2023-09-08T14:38:50.351990Z",
            "url": "https://files.pythonhosted.org/packages/f2/ae/f6f608446a90a726541aff11f36cbee6282bc9e8ee06e1d56cf6eb9cf9e8/rapid-framework-23.831.103159.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-08 14:38:50",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "BambooHR",
    "github_project": "rapid",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "tox": true,
    "lcname": "rapid-framework"
}
        
Elapsed time: 0.11350s