You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default confguration starts and embedded in-memory only HerdDB database.
151
151
152
152
HerdDB can be used in production, you just have to use the correct JDBC URL.
153
-
Follow the instructions in [application.properties](https://github.com/streamnative/pulsar-manager/blob/master/src/main/resources/application.properties) to switch the connection to a standalone HerdDB service or cluster.
153
+
Follow the instructions in [application.properties](https://github.com/apache/pulsar-manager/blob/master/src/main/resources/application.properties) to switch the connection to a standalone HerdDB service or cluster.
154
154
155
155
The JDBC URL will look like this:
156
156
jdbc:herddb:server:localhost:7000
@@ -164,14 +164,10 @@ In order to start and setup an HerdDB database follow the instructions on the [H
164
164
165
165
## Back end
166
166
167
-
For more information about the back end, see [pulsar-manager-backend](https://github.com/streamnative/pulsar-manager/blob/master/src/README.md).
167
+
For more information about the back end, see [pulsar-manager-backend](https://github.com/apache/pulsar-manager/blob/master/src/README.md).
168
168
169
169
170
170
## Front end
171
171
172
-
For more information about the front end, see [pulsar-manager-frontend](https://github.com/streamnative/pulsar-manager/blob/master/front-end/README.md).
173
-
174
-
172
+
For more information about the front end, see [pulsar-manager-frontend](https://github.com/apache/pulsar-manager/blob/master/front-end/README.md).
* The backend configuration file is [here](https://github.com/streamnative/pulsar-manager/blob/master/src/main/resources/application.properties).
24
-
* The database schema is defined [here](https://github.com/streamnative/pulsar-manager/blob/master/src/main/resources/META-INF/sql/mysql-schema.sql)
23
+
* The backend configuration file is [here](https://github.com/apache/pulsar-manager/blob/master/src/main/resources/application.properties).
24
+
* The database schema is defined [here](https://github.com/apache/pulsar-manager/blob/master/src/main/resources/META-INF/sql/mysql-schema.sql)
25
25
26
26
### Add new RESTful API
27
27
@@ -74,7 +74,7 @@ In the following class you can add some description information, error response,
74
74
## Frontend
75
75
76
76
The frontend is developed based on [vue-element-admi](https://panjiachen.github.io/vue-element-admin-site/guide/) and [Element](https://element.eleme.cn/#/en-US).
77
-
The development of the frontend is [here](https://github.com/streamnative/pulsar-manager/tree/master/front-end/src/views/management).
77
+
The development of the frontend is [here](https://github.com/apache/pulsar-manager/tree/master/front-end/src/views/management).
78
78
79
79

80
80
@@ -95,8 +95,8 @@ The RESTful interface is defined in the `api` folder.
95
95
96
96
2. Add a new page.
97
97
98
-
Add a new page [here](https://github.com/streamnative/pulsar-manager/tree/master/front-end/src/views/management).
99
-
For example, [this](https://github.com/streamnative/pulsar-manager/blob/master/front-end/src/views/management/tenants/index.vue) is a tenant page. )
98
+
Add a new page [here](https://github.com/apache/pulsar-manager/tree/master/front-end/src/views/management).
99
+
For example, [this](https://github.com/apache/pulsar-manager/blob/master/front-end/src/views/management/tenants/index.vue) is a tenant page. )
* Add the following parameters to the Nginx server configuration file [prod.env.js](https://github.com/streamnative/pulsar-manager/blob/master/front-end/config/prod.env.js).
31
+
* Add the following parameters to the Nginx server configuration file [prod.env.js](https://github.com/apache/pulsar-manager/blob/master/front-end/config/prod.env.js).
If you have a large amount of data, you can use a custom database. The following is an example of PostgreSQL.
30
30
31
-
1. Initialize database and table structures using [file](https://github.com/streamnative/pulsar-manager/tree/master/src/main/resources/META-INF/sql/postgresql-schema.sql).
31
+
1. Initialize database and table structures using [file](https://github.com/apache/pulsar-manager/tree/master/src/main/resources/META-INF/sql/postgresql-schema.sql).
32
32
33
-
2. Modify the [configuration file](https://github.com/streamnative/pulsar-manager/blob/master/src/main/resources/application.properties) and add PostgreSQL configuration
33
+
2. Modify the [configuration file](https://github.com/apache/pulsar-manager/blob/master/src/main/resources/application.properties) and add PostgreSQL configuration
0 commit comments