Skip to content

Releases: Kurrawong/kurrawong-python

0.4.2

10 Dec 05:59
100cc66
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.1...0.4.2

0.4.1

12 Oct 06:22
ea351ed
Compare
Choose a tag to compare

What's Changed

  • Move kurra fuseki dataset clear command to kurra fuseki clear by @edmondchuc in #8

Full Changelog: 0.4.0...0.4.1

0.4.0

12 Oct 03:42
0395f7d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.2...0.4.0

0.3.2

07 Jul 06:12
0fa1410
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.1...0.3.2

0.3.1

07 Jul 06:08
b55c404
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.0...0.3.1

0.3.0

07 Jul 04:16
e3cfc78
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.0...0.3.0

0.2.0

07 Jul 01:43
a2b6da5
Compare
Choose a tag to compare

What's Changed

  • Add Fuseki dataset list and create commands by @edmondchuc in #2

Full Changelog: 0.1.1...0.2.0

0.1.1

09 Jun 02:47
6dcdb23
Compare
Choose a tag to compare

What's Changed

  • Command kurra fuseki upload now has optional flags for username, password and timeout by @edmondchuc in #1

New Contributors

Full Changelog: 0.1.0...0.1.1

0.1.0

09 Jun 00:13
Compare
Choose a tag to compare

Initial release.

New Features

Add CLI to upload a file or a directory of files to an Apache Jena Fuseki instance.

$ kurra fuseki upload --help
Usage: kurra fuseki upload [OPTIONS] PATH FUSEKI_URL [USERNAME] [PASSWORD]                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                         
 Upload a file or a directory of files with an RDF file extension.                                                                                                                                                                                                                       
 File extensions: [.nt, .nq, .ttl, .trig, .json, .jsonld, .xml]                                                                                                                                                                                                                          
 Files are uploaded into their own named graph in the format: <urn:file:{file.name}> E.g. <urn:file:example.ttl>                                                                                                                                                                         
                                                                                                                                                                                                                                                                                         
╭─ Arguments ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ *    path            PATH        The path of a file or directory to be uploaded. [default: None] [required]                                                                                                                                                                           │
│ *    fuseki_url      TEXT        Fuseki dataset URL. E.g. http://localhost:3030/ds [default: None] [required]                                                                                                                                                                         │
│      username        [USERNAME]  Fuseki username. [default: None]                                                                                                                                                                                                                     │
│      password        [PASSWORD]  Fuseki password. [default: None]                                                                                                                                                                                                                     │
╰───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯

Full Changelog: https://github.com/Kurrawong/kurrawong-python/commits/0.1.0