harperdb 4.2.0-rc.2 → 4.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -8
- package/bin/harperdb.js +24 -24
- package/bin/lite.js +19 -19
- package/dependencies/linux-x64/nats-server +0 -0
- package/dependencies/nats-server.zip +0 -0
- package/launchServiceScripts/launchInstallNATSServer.js +1 -1
- package/launchServiceScripts/launchNatsIngestService.js +16 -16
- package/launchServiceScripts/launchNatsReplyService.js +16 -16
- package/launchServiceScripts/launchUpdateNodes4-0-0.js +16 -16
- package/npm-shrinkwrap.json +317 -317
- package/package.json +7 -7
- package/resources/auditStore.d.ts +8 -0
- package/server/jobs/jobProcess.js +16 -16
- package/server/threads/threadServer.js +19 -19
- package/utility/scripts/restartHdb.js +16 -16
package/README.md
CHANGED
|
@@ -3,15 +3,13 @@
|
|
|
3
3
|
## Contents
|
|
4
4
|
1. [HarperDB Overview](#harperdb-overview)
|
|
5
5
|
2. [HarperDB Studio](#harperdb-studio)
|
|
6
|
-
3. [
|
|
6
|
+
3. [HarperDB APIs](#harperdb-apis)
|
|
7
7
|
4. [Documentation and Support](#documentation-and-support)
|
|
8
8
|
5. [Prerequisites](#prerequisites)
|
|
9
9
|
6. [Installing HarperDB](#installing-harperdb)
|
|
10
10
|
|
|
11
11
|
## HarperDB Overview
|
|
12
|
-
HarperDB is a
|
|
13
|
-
|
|
14
|
-
HarperDB provides unmatched flexibility, security, and value for just about every use case, and we do it all with a single installation that can run in the cloud, on-premises, and at the edge.
|
|
12
|
+
HarperDB is a globally-distributed edge application platform. It reduces complexity, increases performance, and lowers costs by combining user-defined applications, a high-performance database, and an enterprise-grade streaming broker into a single package. The platform offers unlimited horizontal scale at the click of a button, and syncs data across the cluster in milliseconds. HarperDB simplifies the process of delivering applications and the data that drives them to the edge, which dramatically improves both the user experience and total cost of ownership for large-scale applications. Deploying HarperDB on global infrastructure enables a CDN-like solution for enterprise data and applications.
|
|
15
13
|
|
|
16
14
|
[Learn more about HarperDB](https://harperdb.io/?utm_source=repo&utm_medium=npm)
|
|
17
15
|
|
|
@@ -21,16 +19,16 @@ Every Installation of HarperDB can be administered online using HarperDB Studio.
|
|
|
21
19
|
|
|
22
20
|
[HarperDB Studio](https://studio.harperdb.io/sign-up)
|
|
23
21
|
|
|
24
|
-
|
|
22
|
+
## HarperDB APIs
|
|
25
23
|
|
|
26
24
|
The preferred way to interact with HarperDB for typical querying, accessing, and updating data (CRUD) operations is through the REST interface, described in the REST documentation.
|
|
27
25
|
|
|
28
|
-
The complete [HarperDB Operations API documentation](https://docs.harperdb.io/docs/operations-api
|
|
26
|
+
The complete [HarperDB Operations API documentation](https://docs.harperdb.io/docs/operations-api) provides important administrative functions. Generally it is recommended that use the [RESTful interface](https://docs.harperdb.io/docs/rest/) as your primary interface for scalable and performant data interaction for building production applications, and the operations API for administrative purposes.
|
|
29
27
|
|
|
30
28
|
## Documentation and Support
|
|
31
29
|
[Docs](https://docs.harperdb.io/)
|
|
32
30
|
|
|
33
|
-
[Support](https://harperdb.io/
|
|
31
|
+
[Support](https://harperdb.io/support/)
|
|
34
32
|
|
|
35
33
|
## Prerequisites
|
|
36
34
|
HarperDB requires Node.js 14 or higher. Our fully tested and supported Node.js version is 18.15.0.
|
|
@@ -59,4 +57,4 @@ HarperDB will prompt you for configuration options during install, and then auto
|
|
|
59
57
|
|
|
60
58
|
***
|
|
61
59
|
|
|
62
|
-
|
|
60
|
+
1e26281ad4c9522cd1fa11bec0be231bd75796bb
|