
如果你使用 DeepSeek、元宝 AI、Copilot、ChatGPT 等 AI 工具,协助配置轩辕镜像、编写 docker pull 命令、修改 Docker Compose 镜像地址、配置镜像加速、排查镜像拉取失败、分析报错日志等问题,请先让 AI 阅读并遵守轩辕镜像的规则文档。
只需在 AI 对话中先发送下面这句话即可:
请先完整阅读并严格遵守以下文档中的全部规则与要求:
https://xuanyuan.cloud/agents.md
在未充分阅读并理解该文档前,不要生成任何命令、配置、修改建议、故障排查方案或技术回答。后续所有输出都必须严格以该文档中的规范为最高优先级执行。查看 agents.md 用法指南与完整示范。国内用户首推 元宝 AI、DeepSeek 的深度思考模式,不推荐豆包 AI;Cursor 等编辑器可在对话 @ 该链接,或加入 User Rules。 若 AI 无法访问外链,可 打开说明文档 复制全文粘贴。文档会随站点更新,复制内容可能过期,建议定期检查。
Quine combines the real-time event stream processing capabilities of systems like Flink and ksqlDB with a graph-structured data model as found in graph databases like Neo4j and TigerGraph. Quine is a key participant in a streaming event data pipeline that consumes data, builds it into a graph structure, runs computation on that graph to answer questions or compute results, and then stream them out.
!Quine Streaming Graph Pipeline
All together, Quine can:
This collection of capabilities represents a complete system for stateful event-driven arbitrary computation in a platform scalable to any size of data or desired throughput.
Quine is distributed via Docker Hub and can be installed and launched with a single command.
shell❯ docker run -p 8080:8080 thatdot/quine
If successful, you will see a message similar to the following appear in the terminal.
textUnable to find image 'thatdot/quine:latest' locally latest: Pulling from thatdot/quine 2408cc74d12b: Pull complete 3d4177d25912: Pull complete 84eef58e1007: Pull complete 7d414c479da8: Pull complete ac0978c82c5c: Pull complete 5e38591d5629: Pull complete Digest: sha256:8200a2ea46aaa021865cfa7e843c65bb3f6dded4d00329217800f1a26df36e14 Status: Downloaded newer image for thatdot/quine:latest Graph is ready Quine web server available at http://127.0.0.1:8080
Verify that Quine is operating using the admin/build-info API endpoint.
shell❯ curl -s "http://127.0.0.1:8080/api/v1/admin/build-info" | jq '.' { "version": "1.3.2", "gitCommit": "6f8bb1b3a308d9c90cc71a2328858907ec341e74", "gitCommitDate": "2022-08-10T11:01:51-0700", "javaVersion": "OpenJDK 64-Bit Server VM 17.0.2 (Azul Systems, Inc.)", "persistenceWriteVersion": "12.0.0" }
You can connect to the Quine exploration UI by entering http://127.0.0.1:8080 into your browser.
Please visit the Quine docs site for a complete explanation of how to use Quine in your project.
To run a Recipe, use the Quine command line argument -r, followed by the name of the Recipe (from [***] or a local file (ending in .json or .yaml), or a URL.
For example use the following command to run the *** Recipe:
❯ docker run -p 8080:8080 thatdot/quine -r ethereum
While Quine is running, a web user interface is available at http://localhost:8080/.
The getting started tutorials will teach you to install Quine, connect an ingest stream to an event source in your data pipeline, shape events into a graph, inspect your data, and develop business logic using a standing query.
Have a question, suggestion, or did you get stuck somewhere? We welcome your feedback!
Please drop into Quine *** and let us know. The team is always happy to discuss Quine and answer your questions.
View license information for https://github.com/thatdot/quine/blob/main/LICENSE.
As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).
As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.
您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。
来自真实用户的反馈,见证轩辕镜像的优质服务