Skip to content
@Go-Tribe

gotribe

An interesting open-source organization

一个有趣的组织

项目

项目整体采用前后端分离。由管理端 API,业务端 API,管理后台UI 三部分组成,业务端 UI 可自行根据需求开发。也可使用我们的模版。

核心

项目 描述 地址
gotribe-admin 后台管理 api https://github.com/go-tribe/gotribe-admin.git
gotribe 业务端 api https://github.com/go-tribe/gotribe.git
gotribe-admin-vue 管理后台 UI https://github.com/go-tribe/gotribe-admin-vue.git

业务主题

主题 描述 地址
gotribe-blog 一个简单的博客主题 https://github.com/go-tribe/gotribe-blog.git

关系图

    graph LR
    A[Go-Tribe 项目] --> B(gotribe-admin管理后台)
    A --> C(gotribe业务端API)
    A --> E(gotribe-blog 博客主题)

    B --> F[数据库]
    C --> F

    E --> G[业务端 UI]
    G -->|用户自定义| H[业务主题]
    H --> I[gotribe-blog 博客主题]
Loading

上图清晰地描绘了Go-Tribe项目的结构和组件之间的交互:

Go-Tribe 是整个系统框架的名称,它包括多个模块,每个模块负责不同的功能。

gotribe-admin 管理后台:这是系统的核心管理模块,用于处理后台管理任务。考虑到安全性,通常部署在内部网络并通过VPN访问。为了简化部署流程,我们将gotribe-admin-vue 管理后台 UI与管理后台 API集成在一起,实现一键部署。

gotribe 业务端 API:此模块负责处理业务逻辑,特别关注搜索引擎优化(SEO)和开发效率。它与业务端 UI 完全解耦,支持 Kubernetes 部署和水平扩展,以适应不同规模的业务需求。

gotribe-blog 博客主题:提供了一个预构建的博客主题,作为业务主题的一个示例,展示如何利用Go-Tribe框架快速搭建特定业务场景。

数据库:作为系统的数据存储中心,负责保存所有必要的数据信息。

业务端 UI:用户可以根据自己的具体需求,利用Go-Tribe提供的模板自行开发定制化的前端界面。

整个系统采用前后端分离的架构设计,这不仅提高了系统的灵活性,还使得各个组件能够独立开发和维护,从而增强了系统的可扩展性和维护性。

💥 在线应用

麻凡

Pinned Loading

  1. gotribe-admin-vue gotribe-admin-vue Public

    Go + Vue开发的小型 cms 解决方案, 主题丰富,开箱即用,企业级架构。适合个人、团队、中小企业等使用。本项目为管理后台UI

    Vue 4

  2. gotribe gotribe Public

    Go + Vue开发的小型 cms 解决方案, 主题丰富,开箱即用,企业级架构。适合个人、团队、中小企业等使用。本项目为业务 api.

    Go 7 1

  3. gotribe-admin gotribe-admin Public

    Go + Vue开发的小型 cms 解决方案, 主题丰富,开箱即用,企业级架构。适合个人、团队、中小企业等使用。本项目为管理后台 API。

    Go 5 3

  4. gotribe-blog gotribe-blog Public

    本项目为 https://github.com/Go-Tribe/gotribe 的博客主题。使用 vue + next.js3 构建,采用 ssr运行,针对 SEO 进行了优化。

    Vue 3 1

  5. image-text-retrieve image-text-retrieve Public

    使用Qdrant + cnclip + gradio 实现图文检索

    Python 1 1

Repositories

Showing 8 of 8 repositories
  • image-text-retrieve Public

    使用Qdrant + cnclip + gradio 实现图文检索

    Go-Tribe/image-text-retrieve’s past year of commit activity
    Python 1 Apache-2.0 1 0 0 Updated Sep 13, 2024
  • gotribe-admin-vue Public

    Go + Vue开发的小型 cms 解决方案, 主题丰富,开箱即用,企业级架构。适合个人、团队、中小企业等使用。本项目为管理后台UI

    Go-Tribe/gotribe-admin-vue’s past year of commit activity
    Vue 4 MIT 0 0 1 Updated Sep 12, 2024
  • gotribe Public

    Go + Vue开发的小型 cms 解决方案, 主题丰富,开箱即用,企业级架构。适合个人、团队、中小企业等使用。本项目为业务 api.

    Go-Tribe/gotribe’s past year of commit activity
    Go 7 MIT 1 0 0 Updated Sep 4, 2024
  • gotribe-admin Public

    Go + Vue开发的小型 cms 解决方案, 主题丰富,开箱即用,企业级架构。适合个人、团队、中小企业等使用。本项目为管理后台 API。

    Go-Tribe/gotribe-admin’s past year of commit activity
    Go 5 MIT 3 0 0 Updated Sep 4, 2024
  • .github Public

    介绍页

    Go-Tribe/.github’s past year of commit activity
    1 MIT 0 0 0 Updated Sep 4, 2024
  • gotribe-blog Public

    本项目为 https://github.com/Go-Tribe/gotribe 的博客主题。使用 vue + next.js3 构建,采用 ssr运行,针对 SEO 进行了优化。

    Go-Tribe/gotribe-blog’s past year of commit activity
    Vue 3 1 0 0 Updated Jun 29, 2024
  • web_complier Public

    在线代码运行。

    Go-Tribe/web_complier’s past year of commit activity
    Go 3 MIT 1 0 0 Updated Jun 20, 2024
  • docs Public
    Go-Tribe/docs’s past year of commit activity
    1 0 0 0 Updated Jun 3, 2024

Top languages

Loading…

Most used topics

Loading…