You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 3.8 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. <h1 align="center" style="border-bottom: none;">📦⚡️ Casibase</h1>
  2. <h3 align="center">A pioneering customizable open-source Domain Knowledge Base (DKB)
  3. powered by ChatGPT, Casbin, and Casdoor.</h3>
  4. <p align="center">
  5. <a href="#badge">
  6. <img alt="semantic-release" src="https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg">
  7. </a>
  8. <a href="https://hub.docker.com/r/casbin/casibase">
  9. <img alt="docker pull casbin/casibase" src="https://img.shields.io/docker/pulls/casbin/casibase.svg">
  10. </a>
  11. <a href="https://github.com/casbin/casibase/actions/workflows/build.yml">
  12. <img alt="GitHub Workflow Status (branch)" src="https://github.com/casbin/casibase/workflows/Build/badge.svg?style=flat-square">
  13. </a>
  14. <a href="https://github.com/casbin/casibase/releases/latest">
  15. <img alt="GitHub Release" src="https://img.shields.io/github/v/release/casbin/casibase.svg">
  16. </a>
  17. <a href="https://hub.docker.com/repository/docker/casbin/casibase">
  18. <img alt="Docker Image Version (latest semver)" src="https://img.shields.io/badge/Docker%20Hub-latest-brightgreen">
  19. </a>
  20. <!-- waiting for changing -->
  21. <!-- <a href="https://hub.docker.com/r/casbin/casibase"> -->
  22. <!-- <a href="https://github.com/casbin/casibase/actions/workflows/build.yml"> -->
  23. <!-- <a href="https://github.com/casbin/casibase/releases/latest"> -->
  24. <!-- <a href="https://hub.docker.com/repository/docker/casbin/casibase"> -->
  25. </p>
  26. <p align="center">
  27. <a href="https://goreportcard.com/report/github.com/casbin/casibase">
  28. <img alt="Go Report Card" src="https://goreportcard.com/badge/github.com/casbin/casibase?style=flat-square">
  29. </a>
  30. <a href="https://github.com/casbin/casibase/blob/master/LICENSE">
  31. <img src="https://img.shields.io/github/license/casbin/casibase?style=flat-square" alt="license">
  32. </a>
  33. <a href="https://github.com/casbin/casibase/issues">
  34. <img alt="GitHub issues" src="https://img.shields.io/github/issues/casbin/casibase?style=flat-square">
  35. </a>
  36. <a href="#">
  37. <img alt="GitHub stars" src="https://img.shields.io/github/stars/casbin/casibase?style=flat-square">
  38. </a>
  39. <a href="https://github.com/casbin/casibase/network">
  40. <img alt="GitHub forks" src="https://img.shields.io/github/forks/casbin/casibase?style=flat-square">
  41. </a>
  42. <a href="https://crowdin.com/project/casibase">
  43. <img alt="Crowdin" src="https://badges.crowdin.net/casibase/localized.svg">
  44. </a>
  45. <a href="https://discord.gg/devUNrWXrh">
  46. <img alt="Discord" src="https://img.shields.io/discord/1022748306096537660?logo=discord&label=discord&color=5865F2">
  47. </a>
  48. </p>
  49. ## Architecture
  50. Casibase contains 2 parts:
  51. | **Name** | **Description** | **Language** |
  52. |----------------|---------------------------------------------------|-----------------------------------------|
  53. | Frontend | User interface for Casibase | JavaScript + React |
  54. | Backend | Server-side logic and API for Casibase | Golang + Beego + Python + Flask + MySQL |
  55. ![0-Architecture-casibase](assets/0-Architecture-casibase.png)
  56. ## Online Demo
  57. <https://ai.casbin.com>
  58. ## Documentation
  59. <https://casibase.org>
  60. ## Install
  61. <https://casibase.org/docs/basic/server-installation>
  62. ## How to contact?
  63. Discord: <https://discord.gg/5rPsrAzK7S>
  64. Forum: <https://forum.casbin.com>
  65. Contact: <https://tawk.to/chat/623352fea34c2456412b8c51/1fuc7od6e>
  66. ## Contribute
  67. For Casibase, if you have any questions, you can give issues, or you can also directly start Pull Requests(but we recommend giving issues first to communicate with the community).
  68. ## License
  69. [Apache-2.0](https://github.com/casbin/casibase/blob/master/LICENSE)