mirror of
https://gitee.com/devlive-community/datacap.git
synced 2024-11-29 10:37:57 +08:00
[Core] Repair docker compose image and change example address
This commit is contained in:
parent
1b7ac324a2
commit
4fafbdd178
@ -30,7 +30,7 @@
|
||||
|
||||
DataCap is integrated software for data transformation, integration, and visualization. Support a variety of data sources, file types, big data related database, relational database, NoSQL database, etc. Through the software can realize the management of multiple data sources, the data under the source of various operations conversion, making data charts, monitoring data sources and other functions.
|
||||
|
||||
**Example**: [try.datacap.edurt.io](http://try.datacap.edurt.io/)
|
||||
**Example**: [try.datacap.devlive.org](http://try.datacap.devlive.org/)
|
||||
|
||||
| Username | Password |
|
||||
|:---------:|:------------|
|
||||
|
@ -30,7 +30,7 @@
|
||||
|
||||
DataCap — это интегрированное программное обеспечение для преобразования, интеграции и визуализации данных. Поддержка нескольких источников данных, типов файлов, баз данных, связанных с большими данными, реляционных баз данных, баз данных NoSQL и многого другого. С помощью программного обеспечения может быть реализовано управление несколькими источниками данных, а также могут выполняться различные операции с данными в источнике, могут быть построены диаграммы данных, могут быть обнаружены источники данных и могут быть выполнены другие функции.
|
||||
|
||||
**парадигма**: [try.datacap.edurt.io](http://try.datacap.edurt.io/)
|
||||
**парадигма**: [try.datacap.devlive.org](http://try.datacap.devlive.org/)
|
||||
|
||||
| Имя пользователя | пароль |
|
||||
|:----------------:|:------------|
|
||||
|
@ -30,7 +30,7 @@
|
||||
|
||||
DataCap 是用于数据转换、集成和可视化的集成软件。支持多种数据源、文件类型、大数据相关数据库、关系数据库、NoSQL数据库等。通过软件可以实现多数据源的管理,对源下的数据进行各种操作转换、制作数据图表、监控数据源和其他功能。
|
||||
|
||||
**范例**: [try.datacap.edurt.io](http://try.datacap.edurt.io/)
|
||||
**范例**: [try.datacap.devlive.org](http://try.datacap.devlive.org/)
|
||||
|
||||
| 用户名 | 密码 |
|
||||
|:---------:|:------------|
|
||||
|
@ -1,7 +1,7 @@
|
||||
################################### Basic configure #################################
|
||||
server.port=9096
|
||||
server.port=9099
|
||||
# Note: If you need to use IP+ port to facilitate access by external machines, do not set it to localhost, 0.0.0.0 is recommended
|
||||
server.address=localhost
|
||||
server.address=0.0.0.0
|
||||
# Fixed serialized data missing for 8 hours
|
||||
spring.jackson.time-zone=GMT+8
|
||||
spring.jackson.date-format=yyyy-MM-dd HH:mm:ss
|
||||
@ -107,7 +107,7 @@ datacap.pipeline.reset=STOPPED
|
||||
|
||||
################################# DataSet configure #################################
|
||||
datacap.dataset.type=ClickHouse
|
||||
datacap.dataset.host=localhost
|
||||
datacap.dataset.host=clickhouse
|
||||
datacap.dataset.port=8123
|
||||
datacap.dataset.username=
|
||||
datacap.dataset.password=
|
||||
|
@ -1,7 +1,7 @@
|
||||
server {
|
||||
listen 80;
|
||||
listen [::]:80;
|
||||
server_name try.datacap.edurt.io;
|
||||
server_name try.datacap.devlive.org;
|
||||
|
||||
location / {
|
||||
proxy_set_header Host $host;
|
||||
|
@ -11,6 +11,14 @@ services:
|
||||
volumes:
|
||||
- ./configure/schema/datacap.sql:/docker-entrypoint-initdb.d/schema.sql
|
||||
|
||||
clickhouse:
|
||||
image: clickhouse/clickhouse-server:latest
|
||||
restart: always
|
||||
ports:
|
||||
- "8123:8123"
|
||||
environment:
|
||||
- CLICKHOUSE_DB=datacap
|
||||
|
||||
datacap:
|
||||
image: qianmoq/datacap:latest
|
||||
restart: always
|
||||
|
@ -51,7 +51,7 @@ hide:
|
||||
<a href="https://github.com/devlive-community/datacap" target="_blank" title="Join us on GitHub" class="md-button md-button--primary">
|
||||
Join us on GitHub
|
||||
</a>
|
||||
<a href="http://try.datacap.edurt.io/" target="_blank" title="Check out the online demo" class="md-button md-button--primary">
|
||||
<a href="http://try.datacap.devlive.org/" target="_blank" title="Check out the online demo" class="md-button md-button--primary">
|
||||
Check out the online demo
|
||||
</a>
|
||||
<p/><p/><p/><p/>
|
||||
|
@ -51,7 +51,7 @@ hide:
|
||||
<a href="https://github.com/devlive-community/datacap" target="_blank" title="在 GitHub 上加入我们" class="md-button md-button--primary">
|
||||
在 GitHub 上加入我们
|
||||
</a>
|
||||
<a href="http://try.datacap.edurt.io/" target="_blank" title="查看在线 Demo" class="md-button md-button--primary">
|
||||
<a href="http://try.datacap.devlive.org/" target="_blank" title="查看在线 Demo" class="md-button md-button--primary">
|
||||
查看在线 Demo
|
||||
</a>
|
||||
<p/><p/><p/><p/>
|
||||
|
@ -44,7 +44,7 @@ This file was automatically generated - do not edit
|
||||
<a href="https://github.com/EdurtIO/datacap" target="_blank" title="Join Us On GitHub" class="md-button md-button--primary">
|
||||
Join Us On GitHub
|
||||
</a>
|
||||
<a href="http://try.datacap.edurt.io/" target="_blank" title="View online examples" class="md-button md-button--primary">
|
||||
<a href="http://try.datacap.devlive.org/" target="_blank" title="View online examples" class="md-button md-button--primary">
|
||||
View online examples
|
||||
</a>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user