项目概述
A scalable, distributed, collaborative, document-graph database, for the realtime web
项目地址
https://github.com/surrealdb/surrealdb
项目页面预览

关键指标
- Stars:30821
- 主要语言:Rust
- License:Other
- 最近更新:2026-01-14T16:06:50Z
- 默认分支:main
本站高速下载(国内可用)
- 源码压缩包下载:点击下载(本站镜像)
- SHA256:1330d5ec9bbcc911464b67d22135e067ed5f3d0f69048163574ad677f662aa7e
安装部署要点(README 精选)
Designed to be embedded or to run distributed in the cloud
Built entirely in Rust as a single library, SurrealDB is designed to be used as both an embedded database library with advanced querying functionality, and as a database server which can operate in a distributed cluster. With low memory usage and cpu requirements, the system requirements have been specifically thought through for running in all types of environment.
Community
Join our growing community around the world, for help, ideas, and discussions regarding SurrealDB.
- View our official Blog
- Chat live with us on Discord
- Follow us on X
- Connect with us on LinkedIn
- Join the discussion on Reddit
- Visit us on YouTube
- Join our Dev community
- Questions tagged #surrealdb on Stack Overflow
Contributing
We would for you to get involved with SurrealDB development! If you wish to help, you can learn more about how you can contribute to this project in the contribution guide.
For maintainers: See the release process documentation for information about performing releases.
Security
For security issues, view our vulnerability policy, view our Trust and Security page, and kindly email us at security@surrealdb.com instead of posting a public issue on GitHub.
License
Source code for SurrealDB is variously licensed under a number of different licenses. A copy of each license can be found in each repository.
- Libraries and SDKs, each located in its own distinct repository, are released under either the Apache License 2.0 or MIT License.
- Certain core database components, each located in its own distinct repository, are released under the Apache License 2.0.
- Core database code for SurrealDB, located in this repository, is released under the Business Source License 1.1.
For more information, see the licensing information.
常用命令(从 README 提取)
brew install surrealdb/tap/surreal
brew install surrealdb/tap/surreal-nightly
curl --proto '=https' --tlsv1.2 -sSf https://install.surrealdb.com | sh
通用部署说明(适用于大多数项目)
- 下载源码并阅读 README
- 安装依赖(pip/npm/yarn 等)
- 配置环境变量(API Key、模型路径、数据库等)
- 启动服务并测试访问
- 上线建议:Nginx 反代 + HTTPS + 进程守护(systemd / pm2)
免责声明与版权说明
本文仅做开源项目整理与教程索引,源码版权归原作者所有,请遵循对应 License 合规使用。







暂无评论内容