Skip to content

Commit ef94d4a

Browse files
committed
update doc
1 parent 962077d commit ef94d4a

2 files changed

Lines changed: 41 additions & 2 deletions

File tree

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,24 @@
1-
# SQLRec
1+
<h1 align="center">SQLRec</h1>
2+
3+
<p align="center">
4+
English | <a href="README_zh.md">中文</a>
5+
</p>
6+
7+
<p align="center">
8+
<a href="https://github.com/sqlrec/sqlrec/blob/main/LICENSE">
9+
<img src="https://img.shields.io/github/license/sqlrec/sqlrec" alt="License">
10+
</a>
11+
<a href="https://github.com/sqlrec/sqlrec/stargazers">
12+
<img src="https://img.shields.io/github/stars/sqlrec/sqlrec" alt="Stars">
13+
</a>
14+
<a href="https://github.com/sqlrec/sqlrec/network/members">
15+
<img src="https://img.shields.io/github/forks/sqlrec/sqlrec" alt="Forks">
16+
</a>
17+
<a href="https://github.com/sqlrec/sqlrec/commits">
18+
<img src="https://img.shields.io/github/last-commit/sqlrec/sqlrec" alt="Last Commit">
19+
</a>
20+
</p>
21+
222
A recommendation engine that supports SQL-based development. The goal is to enable data scientists, including data analysts, data engineers, and backend developers, to quickly build production-ready recommendation systems. The system architecture is shown in the figure below. SQLRec encapsulates underlying component access, model training, inference, and other processes using SQL, allowing upper-level recommendation business logic to be described using only SQL.
323

424
![system_architecture](docs/public/sqlrec_arch.png)

README_zh.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
1-
# SQLRec
1+
<h1 align="center">SQLRec</h1>
2+
3+
<p align="center">
4+
<a href="README.md">English</a> | 中文
5+
</p>
6+
7+
<p align="center">
8+
<a href="https://github.com/sqlrec/sqlrec/blob/main/LICENSE">
9+
<img src="https://img.shields.io/github/license/sqlrec/sqlrec" alt="License">
10+
</a>
11+
<a href="https://github.com/sqlrec/sqlrec/stargazers">
12+
<img src="https://img.shields.io/github/stars/sqlrec/sqlrec" alt="Stars">
13+
</a>
14+
<a href="https://github.com/sqlrec/sqlrec/network/members">
15+
<img src="https://img.shields.io/github/forks/sqlrec/sqlrec" alt="Forks">
16+
</a>
17+
<a href="https://github.com/sqlrec/sqlrec/commits">
18+
<img src="https://img.shields.io/github/last-commit/sqlrec/sqlrec" alt="Last Commit">
19+
</a>
20+
</p>
221

322
一个支持使用SQL进行开发的推荐引擎,目标是让懂数据科学的人,包括数据分析师、数据工程师、后端开发等,都能快速搭建生产可用的推荐系统。系统架构参考下图,SQLRec将底层的组件访问、模型训练、推理等流程使用SQL封装,上层推荐业务逻辑仅使用SQL进行描述即可。
423

0 commit comments

Comments
 (0)