harperdb 4.3.18 → 4.3.20
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 +3 -3
- package/bin/harperdb.js +51 -51
- package/bin/lite.js +20 -20
- package/launchServiceScripts/launchInstallNATSServer.js +2 -2
- package/launchServiceScripts/launchNatsIngestService.js +20 -20
- package/launchServiceScripts/launchNatsReplyService.js +20 -20
- package/launchServiceScripts/launchUpdateNodes4-0-0.js +20 -20
- package/npm-shrinkwrap.json +93 -276
- package/package.json +3 -3
- package/resources/IterableEventQueue.d.ts +0 -1
- package/resources/Resource.d.ts +16 -16
- package/resources/ResourceInterface.d.ts +56 -13
- package/resources/auditStore.d.ts +0 -1
- package/resources/transaction.d.ts +7 -0
- package/server/Server.d.ts +0 -2
- package/server/jobs/jobProcess.js +20 -20
- package/server/threads/threadServer.js +20 -20
- package/studio/build-local/asset-manifest.json +2 -2
- package/studio/build-local/index.html +1 -1
- package/studio/build-local/static/js/{main.3213e963.js → main.35352915.js} +2 -2
- package/utility/scripts/restartHdb.js +20 -20
- package/resources/Table.d.ts +0 -589
- package/resources/databases.d.ts +0 -419
- /package/studio/build-local/static/js/{main.3213e963.js.LICENSE.txt → main.35352915.js.LICENSE.txt} +0 -0
package/README.md
CHANGED
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
6. [Installing HarperDB](#installing-harperdb)
|
|
10
10
|
|
|
11
11
|
## HarperDB Overview
|
|
12
|
-
HarperDB
|
|
12
|
+
HarperDB eliminates the complexity typically synonymous with distributed services by combining an ultra-fast document data store, in-memory cache, real-time message broker, and your application components into a single distributed technology. When clustered and geo-distributed, HarperDB nodes instantly synchronize data creating a real-time service fabric, ensuring low-latency in-region responses for clients worldwide. In addition to massive cost savings at scale, HarperDB’s REST, GraphQL, SQL, and real-time interfaces make light work of servicing frontend requirements. Install and manage on your hardware with npm, or have us host your services with HarperDB Cloud. For questions, reach us at [hello@harperdb.io](mailto:hello@harperdb.io).
|
|
13
13
|
|
|
14
|
-
[Learn more about HarperDB](https://harperdb.io/?utm_source=repo&utm_medium=npm)
|
|
14
|
+
[Learn more about HarperDB](https://www.harperdb.io/?utm_source=repo&utm_medium=npm)
|
|
15
15
|
|
|
16
16
|
## HarperDB Studio
|
|
17
17
|
Every Installation of HarperDB can be administered online using HarperDB Studio. This web-based interface provides you the ability to set up new schemas and tables, configure users and roles, manage data replication, and purchase and deploy enterprise licenses.
|
|
@@ -57,4 +57,4 @@ HarperDB will prompt you for configuration options during install, and then auto
|
|
|
57
57
|
|
|
58
58
|
***
|
|
59
59
|
|
|
60
|
-
|
|
60
|
+
6e59be4726b3323a8d379d8dc043c71531ffe9ed
|