-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #104 from FalkorDB/gkorland-patch-2
Create third-party.md
- Loading branch information
Showing
2 changed files
with
69 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -325,3 +325,14 @@ tokio | |
async | ||
falkor | ||
fn | ||
|
||
xxHash | ||
proc | ||
utf | ||
rax | ||
oniguruma | ||
libcypher | ||
thpool | ||
sds | ||
CRoaring | ||
RSALv |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |