Skip to content
This repository was archived by the owner on Nov 22, 2020. It is now read-only.

Commit 281fe99

Browse files
authored
Update project status to deprecated (#95)
Signed-off-by: wslulciuc <willy@datakin.com>
1 parent 91d2462 commit 281fe99

1 file changed

Lines changed: 3 additions & 55 deletions

File tree

README.md

Lines changed: 3 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,5 @@
1-
# Marquez Java Client
1+
# Marquez Java Client - `DEPRECATED`
22

3-
[![CircleCI](https://circleci.com/gh/MarquezProject/marquez-java/tree/main.svg?style=shield)](https://circleci.com/gh/MarquezProject/marquez-java/tree/main)
4-
[![codecov](https://codecov.io/gh/MarquezProject/marquez-java/branch/main/graph/badge.svg)](https://codecov.io/gh/MarquezProject/marquez-java/branch/main)
5-
[![status](https://img.shields.io/badge/status-WIP-yellow.svg)](#status)
6-
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/marquez-project/community)
7-
[![license](https://img.shields.io/badge/license-Apache_2.0-blue.svg)](https://raw.githubusercontent.com/MarquezProject/marquez-java/main/LICENSE)
8-
[![Known Vulnerabilities](https://snyk.io/test/github/MarquezProject/marquez-java/badge.svg)](https://snyk.io/test/github/MarquezProject/marquez-java)
3+
[![Project status](https://img.shields.io/badge/status-deprecated-orange.svg)]()
94

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

Comments
 (0)