Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create third-party.md #104

Merged
merged 2 commits into from
Dec 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -325,3 +325,14 @@ tokio
async
falkor
fn

xxHash
proc
utf
rax
oniguruma
libcypher
thpool
sds
CRoaring
RSALv
58 changes: 58 additions & 0 deletions third-party.md
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.
Loading