Skip to content

Commit 6fca9bb

Browse files
authored
Merge pull request #137 from TileDB-Inc/ss/update-readme-0.2.0
[ci skip] Update README for links to new docs
2 parents ced7fe1 + 0ea02de commit 6fca9bb

File tree

1 file changed

+5
-17
lines changed

1 file changed

+5
-17
lines changed

README.md

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,13 @@
33
# TileDB-Java
44
[![Build Status](https://travis-ci.org/TileDB-Inc/TileDB-Java.svg?branch=master)](https://travis-ci.org/TileDB-Inc/TileDB-Java)
55

6-
## Installation
6+
`TileDB-Java` is a Java interface to the [TileDB Storage Engine](https://github.com/TileDB-Inc/TileDB).
77

8-
See [installation docs](https://docs.tiledb.com/developer/installation)
8+
## Quick Links
99

10-
## Quickstart
11-
12-
See [quickstart docs](https://docs.tiledb.com/developer/quickstart)
13-
14-
## Examples
15-
16-
You can run the examples located in `src/main/java/examples` using you IDE or from a terminal.
17-
18-
To run an example from the terminal use:
19-
20-
`java -cp build/libs/tiledb-java-1.0-SNAPSHOT.jar examples.io.tiledb.libtiledb.TiledbArraySchema`
21-
22-
You may need to explicitly define the java library path if not using the bundled jar:
23-
24-
`java -Djava.library.path=".:<path/to/TileDB-Java/build/tiledb_jni>" -cp build/libs/tiledb-java-1.0-SNAPSHOT.jar examples.io.tiledb.libtiledb.TiledbArraySchema`
10+
- Installation: [https://docs.tiledb.com/developer/installation/building-from-source/java](https://docs.tiledb.com/developer/installation/building-from-source/java)
11+
- Quickstart: [https://docs.tiledb.com/developer/quickstart](https://docs.tiledb.com/developer/quickstart)
12+
- Full developer documentation for all APIs and integrations: [https://docs.tiledb.com/developer](https://docs.tiledb.com/developer)
2513

2614
## Development Notes
2715

0 commit comments

Comments
 (0)