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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# kdb-rest-service
2
2
3
-
This is an open source rest service written in java which can be used to connect to an instance of kdb using json. The rest service can provide a single query to run or call a function predefined on the instance of kdb.
3
+
An open source REST service written in java used to connect to an instance of kdb using JSON. The REST service can provide a single query to run or call a function predefined on the instance of kdb.
4
4
5
5
## Pre-requisite Configuration
6
6
##### Properties
@@ -67,4 +67,4 @@ There is a DockerFile within the project for deploying the project on docker.
67
67
Alternatively it can be run locally by providing the appropriate build configuration via command line or IDE.
68
68
69
69
## Contributing
70
-
The branch is currently locked down and will require a pull request reviewed by a member of the AQUAQ team before any changes can be committed.
70
+
The branch is currently locked down and will require a pull request reviewed by a member of the AquaQ team before any changes can be committed.
0 commit comments