genosdb 0.10.6 → 0.10.7
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/LICENSE +7 -1
- package/README.md +8 -6
- package/package.json +1 -1
package/LICENSE
CHANGED
|
@@ -9,4 +9,10 @@ The minified builds of GenosDB (GDB) are provided free of charge ("Freeware") fo
|
|
|
9
9
|
|
|
10
10
|
The source code for GenosDB is proprietary and is not available under an open-source license. By using this software, you agree that you do not have the right to decompile, reverse-engineer, modify, or otherwise attempt to access the original source code of the core software.
|
|
11
11
|
|
|
12
|
-
This software is provided "as is", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall the authors or copyright holders be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the software or the use or other dealings in the software.
|
|
12
|
+
This software is provided "as is", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall the authors or copyright holders be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the software or the use or other dealings in the software.
|
|
13
|
+
|
|
14
|
+
**Licensor**: Esteban Fuster Pozzi, creator and licensor of GenosDB (GDB).
|
|
15
|
+
|
|
16
|
+
**License Term**: This license is perpetual, provided that all terms and conditions herein are continuously met.
|
|
17
|
+
|
|
18
|
+
**Termination**: The Licensor may terminate this license immediately upon any material breach by the user. Upon termination, the user must cease all use of the software and any distributed copies.
|
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# GenosDB (GDB) – Decentralized P2P Graph Database
|
|
2
2
|
|
|
3
|
-
A lightweight, decentralized graph database designed for modern web applications, offering real-time peer-to-peer synchronization, SM (Security Manager) Provides WebAuthn-based authentication, role-based access control (RBAC), Access Control Lists (ACLs), and efficient local storage utilizing OPFS.
|
|
3
|
+
A lightweight, decentralized graph database designed for modern web applications, offering real-time peer-to-peer synchronization, SM ([Security Manager](https://github.com/estebanrfp/gdb/blob/main/docs/sm-architecture.md)) Provides WebAuthn-based authentication, role-based access control (RBAC), Access Control Lists ([ACLs](https://github.com/estebanrfp/gdb/blob/main/docs/sm-acls-module.md)), and efficient local storage utilizing OPFS.
|
|
4
4
|
|
|
5
5
|

|
|
6
6
|
|
|
@@ -20,13 +20,11 @@ A lightweight, decentralized graph database designed for modern web applications
|
|
|
20
20
|
|
|
21
21
|

|
|
22
22
|
|
|
23
|
-
[](https://liberapay.com/estebanrfp/donate)
|
|
24
23
|
|
|
25
24
|
<!-- ### Nostr.band Followers
|
|
26
25
|
|
|
27
26
|
 -->
|
|
28
27
|
|
|
29
|
-
<!--  -->
|
|
30
28
|
|
|
31
29
|
## Main Features
|
|
32
30
|
|
|
@@ -232,8 +230,12 @@ This repository provides minified builds of GenosDB (GDB), a decentralized P2P g
|
|
|
232
230
|
|
|
233
231
|
[](https://app.fossa.com/projects/git%2Bgithub.com%2Festebanrfp%2Fgdb?ref=badge_large&issueType=license)
|
|
234
232
|
|
|
235
|
-
|
|
233
|
+
---
|
|
234
|
+
|
|
235
|
+
## 🤝 Business Inquiries & Collaboration
|
|
236
|
+
|
|
237
|
+
GenosDB is an independently developed project with a long-term vision to power the next generation of secure, decentralized, and real-time applications.
|
|
236
238
|
|
|
237
|
-
|
|
239
|
+
For strategic partnerships, enterprise support inquiries, or discussions regarding the project's roadmap and future, please feel free to reach out directly.
|
|
238
240
|
|
|
239
|
-
[
|
|
241
|
+
**Contact:** [estebanrfp@gmail.com](mailto:estebanrfp@gmail.com) or start a conversation in [GitHub Discussions](https://github.com/estebanrfp/gdb/discussions).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "genosdb",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.7",
|
|
4
4
|
"description": "GenosDB (GDB): distributed graph database in real-time, peer-to-peer, scalable storage - efficient querying of complex relationships.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"type": "module",
|