harperdb 4.3.42 → 4.3.44

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 CHANGED
@@ -1,60 +1,69 @@
1
- <img src="https://hdb-marketing.s3.amazonaws.com/GRYHORIZ_HDB_Drk_Gry.png" width="692" height="156">
1
+ <img src="https://cdn.prod.website-files.com/6374050260446c42f94dc90f/68017805c782145469de5f0f_Harper%20Logo.png" width="30%">
2
2
 
3
3
  ## Contents
4
- 1. [HarperDB Overview](#harperdb-overview)
5
- 2. [HarperDB Studio](#harperdb-studio)
6
- 3. [HarperDB APIs](#harperdb-apis)
4
+
5
+ 1. [Harper Overview](#harper-overview)
6
+ 2. [Harper Studio](#harper-studio)
7
+ 3. [Harper APIs](#harper-apis)
7
8
  4. [Documentation and Support](#documentation-and-support)
8
9
  5. [Prerequisites](#prerequisites)
9
- 6. [Installing HarperDB](#installing-harperdb)
10
+ 6. [Installing Harper](#installing-harper)
11
+
12
+ ## Harper Overview
13
+
14
+ Harper 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, Harper 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, Harper’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 Harper Cloud. For questions, reach us at [hello@harperdb.io](mailto:hello@harperdb.io).
10
15
 
11
- ## HarperDB Overview
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).
16
+ [Learn more about Harper](https://www.harpersystems.dev/?utm_source=repo&utm_medium=npm)
13
17
 
14
- [Learn more about HarperDB](https://www.harperdb.io/?utm_source=repo&utm_medium=npm)
18
+ ## Harper Studio
15
19
 
16
- ## HarperDB Studio
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.
18
- - Simplify Administration – handle all HarperDB administration tasks from one simple interface
20
+ Every Installation of Harper can be administered online using Harper 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.
19
21
 
20
- [HarperDB Studio](https://studio.harperdb.io/sign-up)
22
+ - Simplify Administration – handle all Harper administration tasks from one simple interface
21
23
 
22
- ## HarperDB APIs
24
+ [Harper Studio](https://studio.harperdb.io/sign-up)
23
25
 
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.
26
+ ## Harper APIs
25
27
 
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.
28
+ The preferred way to interact with Harper for typical querying, accessing, and updating data (CRUD) operations is through the REST interface, described in the REST documentation.
29
+
30
+ The complete [Harper 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.
27
31
 
28
32
  ## Documentation and Support
33
+
29
34
  [Docs](https://docs.harperdb.io/)
30
35
 
31
36
  [Support](https://harperdb.io/support/)
32
37
 
33
38
  ## Prerequisites
34
- HarperDB requires Node.js 14 or higher. Our fully tested and supported Node.js version is 18.15.0.
35
39
 
36
- HarperDB has been tested on the following platforms
40
+ Harper requires Node.js 14 or higher. Our fully tested and supported Node.js version is 18.15.0.
41
+
42
+ Harper has been tested on the following platforms
43
+
37
44
  - Linux on AMD64
38
45
  - Linux on ARM64
39
46
  - MacOS on Intel
40
47
  - MacOS on Apple silicon (Rosetta AMD64 emulation required for Node.js versions older than Node.js 16)
41
48
 
42
- Other UNIX-like operating systems and other CPU architectures may be able to run HarperDB, but these have not been tested and may require the following
49
+ Other UNIX-like operating systems and other CPU architectures may be able to run Harper, but these have not been tested and may require the following
50
+
43
51
  - GCC
44
52
  - Make
45
53
  - Python v3.7, v3.8, v3.9, or v3.10
46
54
  - Xcode (macOS)
47
55
  - Go 1.19.1
48
56
 
49
- HarperDB can run natively on Windows 10 & 11. HarperDB running on Windows is only intended for evaluation or development purposes.
57
+ Harper can run natively on Windows 10 & 11. Harper running on Windows is only intended for evaluation or development purposes.
58
+
59
+ ## Installing Harper
50
60
 
51
- ## Installing HarperDB
52
61
  ```
53
62
  npm install -g harperdb
54
63
  harperdb
55
64
  ```
56
- HarperDB will prompt you for configuration options during install, and then automatically start after install.
57
65
 
58
- ***
66
+ Harper will prompt you for configuration options during install, and then automatically start after install.
59
67
 
60
- bc60ecf34e392c79d1936dfd7db906fbccf566b4
68
+ ---
69
+ 004674d5e552fe5953e1646dc3c1f263059433b0