grakn 2.0.1 copy "grakn: ^2.0.1" to clipboard
grakn: ^2.0.1 copied to clipboard

Dart 1 only

A Grakn REST API connector for the Grakn hyper-relational graph database.

grakn-dart #

A Grakn REST API connector for the Grakn hyper-relational graph database.

Tested with Grakn 1.0 and 1.1

Usage #

A simple usage example:

import "dart:convert";
import 'package:grakn/grakn.dart';

main() async {
    Grakn grakn = new Grakn();
    String rawString = await grakn.execute("match \$x isa thing; get;");
    List rawList = JSON.decode(rawString);
    print('awesome: $rawList');
}

Features and bugs #

Please file feature requests and bugs at the issue tracker.

0
likes
40
pub points
0%
popularity

Publisher

unverified uploader

A Grakn REST API connector for the Grakn hyper-relational graph database.

Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

Dependencies

logging

More

Packages that depend on grakn