|
1 | | -# Marquez Java Client |
| 1 | +# Marquez Java Client - `DEPRECATED` |
2 | 2 |
|
3 | | -[](https://circleci.com/gh/MarquezProject/marquez-java/tree/main) |
4 | | -[](https://codecov.io/gh/MarquezProject/marquez-java/branch/main) |
5 | | -[](#status) |
6 | | -[](https://gitter.im/marquez-project/community) |
7 | | -[](https://raw.githubusercontent.com/MarquezProject/marquez-java/main/LICENSE) |
8 | | -[](https://snyk.io/test/github/MarquezProject/marquez-java) |
| 3 | +[]() |
9 | 4 |
|
10 | | -Java client for [Marquez](https://github.com/MarquezProject/marquez). |
11 | | - |
12 | | -## Status |
13 | | - |
14 | | -This library is under active development at [Datakin](https://twitter.com/DatakinHQ). |
15 | | - |
16 | | -## Documentation |
17 | | - |
18 | | -See the [API docs](https://marquezproject.github.io/marquez/openapi.html). |
19 | | - |
20 | | -## Installation |
21 | | - |
22 | | -Maven: |
23 | | - |
24 | | -```xml |
25 | | -<dependency> |
26 | | - <groupId>io.github.marquezproject</groupId> |
27 | | - <artifactId>marquez-java</artifactId> |
28 | | - <version>0.4.3</version> |
29 | | -</dependency> |
30 | | -``` |
31 | | - |
32 | | -or Gradle: |
33 | | - |
34 | | -```groovy |
35 | | -implementation 'io.github.marquezproject:marquez-java:0.4.3' |
36 | | -``` |
37 | | - |
38 | | -## Usage |
39 | | - |
40 | | -```java |
41 | | -MarquezClient client = MarquezClient().builder() |
42 | | - .baseUrl("http://localhost:5000") |
43 | | - .build() |
44 | | - |
45 | | -// Metadata |
46 | | -NamespaceMeta meta = NamespaceMeta().builder() |
47 | | - .ownerName("me") |
48 | | - .description("My first namespace!") |
49 | | - .build() |
50 | | - |
51 | | -// Create namespace |
52 | | -Namespace namespace = client.createNamespace("my-namespace", meta); |
53 | | -``` |
54 | | - |
55 | | -## Contributing |
56 | | - |
57 | | -See [CONTRIBUTING.md](https://github.com/MarquezProject/marquez-java/blob/main/CONTRIBUTING.md) for more details about how to contribute. |
| 5 | +This repository has been moved to [`marquez/clients/java`](https://github.com/MarquezProject/marquez/tree/main/clients/java). |
0 commit comments