File: Language-Bindings.md

package info (click to toggle)
glusterfs 11.2-2
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 28,244 kB
  • sloc: ansic: 471,238; sh: 45,610; python: 16,893; perl: 3,328; makefile: 2,014; yacc: 487; ruby: 171; lisp: 124; xml: 75; lex: 61
file content (45 lines) | stat: -rw-r--r-- 1,199 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# Language Bindings
GlusterFS 3.4 introduced the libgfapi client API for C programs. This
page lists bindings to the libgfapi C library from other languages.

Go
--

-   [gogfapi](https://github.com/gluster/gogfapi) - Go language bindings
    for libgfapi, aiming to provide an api consistent with the default
    Go file apis.

Java
----

-   [libgfapi-jni](https://github.com/semiosis/libgfapi-jni/) - Low
    level JNI binding for libgfapi
-   [glusterfs-java-filesystem](https://github.com/semiosis/glusterfs-java-filesystem)
    - High level NIO.2 FileSystem Provider implementation for the Java
    platform
-   [libgfapi-java-io](https://github.com/gluster/libgfapi-java-io) -
    Java bindings for libgfapi, similar to java.io

Python
------

-   [libgfapi-python](https://github.com/gluster/libgfapi-python) -
    Libgfapi bindings for Python

Ruby
----

-   [libgfapi-ruby](https://github.com/spajus/libgfapi-ruby) - Libgfapi
    bindings for Ruby using FFI

Rust
----

-   [gfapi-sys](https://github.com/cholcombe973/Gfapi-sys) - Libgfapi
    bindings for Rust using FFI

Perl
----

-   [libgfapi-perl](https://github.com/gluster/libgfapi-perl) - Libgfapi
    bindings for Perl using FFI