genosdb 0.11.12 → 0.11.14
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 +1 -1
- package/README.md +12 -5
- package/package.json +1 -1
package/LICENSE
CHANGED
|
@@ -7,7 +7,7 @@ Copyright (c) 2024 Esteban Fuster Pozzi
|
|
|
7
7
|
|
|
8
8
|
TERMS OF USE
|
|
9
9
|
|
|
10
|
-
The minified builds of GenosDB (GDB) are provided free of charge ("Freeware") for both personal and commercial use. You are welcome to integrate, distribute, and resell these builds as part of your applications without cost.
|
|
10
|
+
The minified production builds of GenosDB (GDB) are provided free of charge ("Freeware") for both personal and commercial use. You are welcome to integrate, distribute, and resell these builds as part of your applications without cost.
|
|
11
11
|
|
|
12
12
|
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.
|
|
13
13
|
|
package/README.md
CHANGED
|
@@ -204,25 +204,32 @@ Please read our [Contribution Guidelines](https://github.com/estebanrfp/gdb/blob
|
|
|
204
204
|
|
|
205
205
|
## Community
|
|
206
206
|
|
|
207
|
-
We value community contributions
|
|
207
|
+
We value community contributions — get involved through:
|
|
208
208
|
|
|
209
|
-
-
|
|
210
|
-
-
|
|
209
|
+
- [Issues](https://github.com/estebanrfp/gdb/issues) — report bugs or request features
|
|
210
|
+
- [Discussions](https://github.com/estebanrfp/gdb/discussions) — ask questions or share ideas
|
|
211
211
|
|
|
212
212
|
See the discussion on Product Hunt:
|
|
213
213
|
|
|
214
214
|
<a href="https://www.producthunt.com/products/genosdb?embed=true&utm_source=badge-featured&utm_medium=badge&utm_source=badge-genosdb" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=1015741&theme=light&t=1757737737388" alt="GenosDB - GenosDB (GDB) – Distributed P2P Graph Database | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" /></a>
|
|
215
215
|
|
|
216
|
+
<a href="https://www.proofstories.io/directory/products/genosdb/" target="_blank" rel="noopener" style="height: 60px;"><img src="https://www.proofstories.io/directory/badges/l/genosdb.svg" alt="GenosDB badge" style="height: 60px;" /></a>
|
|
217
|
+
|
|
216
218
|
Feel free to ask questions, share ideas, or just say hello! 👋
|
|
217
219
|
|
|
218
220
|
For more details on contributing, check out our [Contributing Guidelines](https://github.com/estebanrfp/gdb/blob/main/CONTRIBUTING.md).
|
|
219
221
|
|
|
222
|
+
## Special Thanks
|
|
223
|
+
|
|
224
|
+
Being part of the GunDB community for a long time has given me the opportunity to experience and take part in incredible projects. GunDB and GenosDB belong to the same family of distributed systems. My sincerest gratitude to [Mark Nadal](https://github.com/amark/gun), Founder of GunDB, for his friendship and unconditional support.
|
|
225
|
+
|
|
226
|
+
A special mention to [William Blankenship](https://webai.com), Network Fellow at WebAI, for his initial support and kind words about the vision for GenosDB.
|
|
220
227
|
|
|
221
228
|
## License
|
|
222
229
|
|
|
223
230
|
### Project License
|
|
224
231
|
|
|
225
|
-
The
|
|
232
|
+
The production builds of GenosDB (GDB) are free to use for both personal and commercial projects. You can integrate them into your applications without any licensing fees.
|
|
226
233
|
|
|
227
234
|
However, the source code for GenosDB is proprietary and is not available under an open-source license. You do not have the right to decompile, reverse-engineer, or modify the core source code.
|
|
228
235
|
|
|
@@ -232,7 +239,7 @@ This project includes third-party dependencies with their own respective license
|
|
|
232
239
|
|
|
233
240
|
## Maintenance
|
|
234
241
|
|
|
235
|
-
This repository provides
|
|
242
|
+
This repository provides production builds of GenosDB (GDB), a decentralized P2P graph database designed for modern web applications. These builds are freely available for anyone to use and integrate into their projects. Please note that the source code is not publicly available at this time; only the production builds versions are provided. The project is actively maintained by Esteban Fuster Pozzi ([@estebanrfp](https://github.com/estebanrfp))
|
|
236
243
|
|
|
237
244
|
## Author
|
|
238
245
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "genosdb",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.14",
|
|
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",
|