Skip to content

radioactive11/diode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


Table of Contents
  1. About The Project
  2. Getting Started
  3. Features
  4. Contributing
  5. License
  6. Contact

About The Project

Diode is a platform that lets you deploy your web apps on Linode in two easy steps so that you can spend more time on developing awesome products and less time worrying about getting them up and running

(back to top)

Built With

FastAPI FastAPI FastAPI Flask Next NodeJS NodeJS

(back to top)

Getting Started

This is an example of how you can generate your own collaborative recommendation engine. To get a local copy up and running follow these simple example steps.

Prerequisites

  • Python>=3.7
  • Celery
  • Redis
  • NodeJS
  • Next.js
  • MongoDB
  • Linode Account

Installation

  1. Clone the repo
    git clone https://github.com/radioactive11/diode.git
  2. Create and activate virtual environment
    python3 -m venv venv
    source venv/bin/activate
  3. Install the requirements
    python3 -m pip install -r requirements.txt
  4. Set PYTHONPATH environment variable
    export PYTHONPATH=app
  5. Set .env values
LINODE_PAT= # Linode Personal Access Token
REDIS_URL= # Redis URI

(back to top)

Features

  • Choose region & Linode Plan suited as per your needs 🌍
  • Monitor deployment status 🔴 🟡 🟢
  • Check live metrics like CPU usage, memory usage of your Linode instance 📈
  • Check output & error logs of your application 📝
  • Re-deploy changes ♻️

(back to top)

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Project Link: https://diode.radioactive11.com

(back to top)

(back to top)

Releases

No releases published

Packages

No packages published