> For the complete documentation index, see [llms.txt](https://alenfive.gitbook.io/data-jellyfish/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://alenfive.gitbook.io/data-jellyfish/bu-shu-zhi-nan.md).

# 部署指南

#### 0. 环境需要

1. redis  (用作分布式任务的分发 -- 只要机器部署得够多，那就没有同步不完的数据)
2. mongodb (用作任务的持久化，以及数据的持久化 -- 数据可靠性的必要条件)

#### 1. 下载项目&#x20;

```
clone https://gitee.com/alenfive/data-jelly-fish
```

#### 2. 将项目中以下脚本，导入到mongodb对就的表中

```
1. api_info表数据： data-jelly-fish/script/api_info.json
2. api_directory表数据: data-jelly-fish/script/api_directory.json
```

#### 3. 在data-jelly-fish下的application.yml配置文件中配置redis与mongodb的数据库连接

#### 4. 启动项目访问 [http://localhost:8080/view/admin](http://39.98.181.90:8082/view/admin) ,如下

![](/files/-MYOm0Ixr9GJWcpSStke)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://alenfive.gitbook.io/data-jellyfish/bu-shu-zhi-nan.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
