Git Product home page Git Product logo

open-podcasts's Introduction

以下想法源于《开源面对面》 。既然播客节目的制作过程、内容是可以开源的,那么, 播客平台为什么不可以呢?

本项目,计划采用云原生的方式来开发后端程序,利用 Kubebuilder 作为 脚手架。

Demo address: http://103.61.38.146:30001/

Features

  • 添加 RSS 播客源
  • 添加待收听列表
  • 发送播客更新通知到:Slack、飞书

Screenshot

Get started

  • 安装 Docker 环境
  • 安装 k3d,你可以通过官方给出的教程或者下面的命令 hd 来安装
    • hd install k3d
  • 安装 k3s(简化版的 Kubernetes)
    • k3d cluster create -p 30000:30000 -p 30001:30001 -p 30002:30002 -p 30003:30003
  • 安装本项目
    • make deploy
  • 安装其他可选工具:kubectlk9s
    • hd install kubectl
    • hd install k9s

Development

Start the APIServer:

cd apiserver && go run cmd/main.go

Start the front-end:

cd ui && npm i && npm run start

Create new API

kubebuilder create api --group osf2f --version v1alpha1 --kind Profile

WSL

我们可以在 WSL 中把 podman 当做容器环境,安装 k3d 来开发调试:

执行下面的命令,启动 podman 服务,然后创建 docker.sock 文件:sudo ln -s /home/$USER/podman.sock /var/run/docker.sock

podman system service --time=0 unix:///home/$USER/podman.sock

open-podcasts's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.