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
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
-
# Kùzu API Server
1
+
# Ladybug API Server
2
2
3
-
REST-style API server for the Kùzu graph database powered by Express.js.
3
+
REST-style API server for the Ladybug graph database powered by Express.js.
4
4
5
5
## Get started
6
6
7
-
Kùzu API Server is launched as a Docker container. Please refer to the [Docker documentation](https://docs.docker.com/get-docker/) for details on how to install and use Docker.
7
+
Ladybug API Server is launched as a Docker container. Please refer to the [Docker documentation](https://docs.docker.com/get-docker/) for details on how to install and use Docker.
8
8
9
-
To access an existing Kùzu database, you can mount its path to the `/database` directory as follows:
9
+
To access an existing Ladybug database, you can mount its path to the `/database` directory as follows:
10
10
11
11
```bash
12
12
docker run -p 8000:8000 \
@@ -25,7 +25,7 @@ If the launching is successful, you should see the logs similar to the following
25
25
```
26
26
[00:46:50.833] INFO (1): Access mode: READ_WRITE
27
27
[00:46:50.834] INFO (1): CORS enabled for all origins
28
-
[00:46:50.853] INFO (1): Version of Kùzu: 0.3.1
28
+
[00:46:50.853] INFO (1): Version of Ladybug: 0.3.1
29
29
[00:46:50.854] INFO (1): Deployed server started on port: 8000
30
30
```
31
31
@@ -104,7 +104,7 @@ Please refer to the official Podman docs for [mounting external volumes](https:/
104
104
105
105
## API endpoints
106
106
107
-
The Kùzu API server provides the following endpoints:
107
+
The Ladybug API server provides the following endpoints:
108
108
109
109
### `GET /`:
110
110
@@ -326,4 +326,4 @@ for both `amd64` and `arm64` platforms.
326
326
327
327
## Contributing
328
328
329
-
We welcome contributions to Kùzu API Server. By contributing to Kùzu API Server, you agree that your contributions will be licensed under the [MIT License](LICENSE).
329
+
We welcome contributions to Ladybug API Server. By contributing to Ladybug API Server, you agree that your contributions will be licensed under the [MIT License](LICENSE).
0 commit comments