From 77a4b2e0c83a8e4f115ca6a9a5a88d05949748ac Mon Sep 17 00:00:00 2001 From: Guy Korland Date: Mon, 16 Dec 2024 18:25:23 +0200 Subject: [PATCH 1/2] Create third-party.md --- third-party.md | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 third-party.md diff --git a/third-party.md b/third-party.md new file mode 100644 index 0000000..19e5212 --- /dev/null +++ b/third-party.md @@ -0,0 +1,58 @@ +--- +title: "Third Party" +nav_order: 1110 +description: "Third-Party Components in FalkorDB" +--- + +# Third-Party Components in FalkorDB + +FalkorDB uses several third-party libraries to enhance its functionality. + +Below is a list of these libraries along with their respective licenses. + +--- + +## Included Libraries + +### 1. [GraphBLAS](https://github.com/FalkorDB/FalkorDB/blob/master/deps/GraphBLAS/LICENSE) +- **License**: [Apache License 2.0](https://github.com/FalkorDB/FalkorDB/blob/master/deps/GraphBLAS/LICENSE) + +### 2. [xxHash](https://github.com/Cyan4973/xxHash/blob/bbb27a5efb85b92a0486cf361a8635715a53f6ba/LICENSE) +- **License**: [BSD 2-Clause License](https://github.com/Cyan4973/xxHash/blob/bbb27a5efb85b92a0486cf361a8635715a53f6ba/LICENSE) + +### 3. [utf8proc](https://github.com/JuliaStrings/utf8proc/blob/master/LICENSE.md) +- **License**: [MIT License](https://github.com/JuliaStrings/utf8proc/blob/master/LICENSE.md) + +### 4. [rax](https://github.com/antirez/rax/blob/master/COPYING) +- **License**: [BSD 2-Clause License](https://github.com/antirez/rax/blob/master/COPYING) + +### 5. [oniguruma](https://github.com/kkos/oniguruma/blob/master/COPYING) +- **License**: [BSD License](https://github.com/kkos/oniguruma/blob/master/COPYING) + +### 6. [libcypher-parser](https://github.com/FalkorDB/FalkorDB/blob/master/deps/libcypher-parser/LICENSE) +- **License**: [Apache License 2.0](https://github.com/FalkorDB/FalkorDB/blob/master/deps/libcypher-parser/LICENSE) + +### 7. [C Thread Pool (thpool)](https://github.com/Pithikos/C-Thread-Pool?tab=MIT-1-ov-file#readme) +- **License**: [MIT License](https://github.com/Pithikos/C-Thread-Pool?tab=MIT-1-ov-file#readme) + +### 8. [sds](https://github.com/antirez/sds?tab=BSD-2-Clause-1-ov-file#readme) +- **License**: [BSD 2-Clause License](https://github.com/antirez/sds?tab=BSD-2-Clause-1-ov-file#readme) + +### 9. [MT19937-64](https://github.com/FalkorDB/FalkorDB/blob/master/src/util/mt19937-64.h#L8) +- **License**: [MIT License](https://github.com/FalkorDB/FalkorDB/blob/master/src/util/mt19937-64.h#L8) + +### 10. [CRoaring](https://github.com/RoaringBitmap/CRoaring?tab=License-1-ov-file#readme) +- **License**: [Apache License 2.0](https://github.com/RoaringBitmap/CRoaring?tab=License-1-ov-file#readme) + +### 11. RedisGraph +- **License**: [RSALv2](https://redis.io/legal/rsalv2-agreement/) or [SSPLv1](https://redis.io/legal/server-side-public-license-sspl/) + +### 12. Redis +- **License**: [RSALv2](https://redis.io/legal/rsalv2-agreement/) or [SSPLv1](https://redis.io/legal/server-side-public-license-sspl/) + +### 13. RediSearch +- **License**: [RSALv2](https://redis.io/legal/rsalv2-agreement/) or [SSPLv1](https://redis.io/legal/server-side-public-license-sspl/) + +--- + +Each of these libraries is crucial for FalkorDB's performance, scalability, and functionality. For further details, consult the respective license files linked above. From e2731bcf016637afaf686739f58e4df7abe49d4c Mon Sep 17 00:00:00 2001 From: Guy Korland Date: Mon, 16 Dec 2024 18:27:53 +0200 Subject: [PATCH 2/2] Update .wordlist.txt --- .wordlist.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.wordlist.txt b/.wordlist.txt index e426f38..582821c 100644 --- a/.wordlist.txt +++ b/.wordlist.txt @@ -325,3 +325,14 @@ tokio async falkor fn + +xxHash +proc +utf +rax +oniguruma +libcypher +thpool +sds +CRoaring +RSALv