Skip to content

Commit

Permalink
Merge pull request #104 from FalkorDB/gkorland-patch-2
Browse files Browse the repository at this point in the history
Create third-party.md
  • Loading branch information
swilly22 authored Dec 16, 2024
2 parents ba2d879 + e2731bc commit 555b205
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 0 deletions.
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.

0 comments on commit 555b205

Please sign in to comment.