Skip to content

Commit

Permalink
Deprecate gremlin-javascript client (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbmusso authored Apr 21, 2018
1 parent 8f1a7b3 commit ec1ca6b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ gremlin-javascript
A mono-repository for JavaScript libraries related to the Apache TinkerPop3 framework:

* [gremlin](gremlin-client): WebSocket client to Gremlin server for Node.js and the browser (formerly, this repo)
* DEPRECATED: Please use the [official TinkerPop JavaScript-Gremlin language variant](http://tinkerpop.apache.org/docs/current/reference/#gremlin-javascript) released with TinkerPop v3.3.2
* [tinkergraph](tinkergraph): in-memory graph database/graph structure.
* [traversal-machine](traversal-machine): JavaScript implementation of the [Gremlin Traversal Machine](https://www.datastax.com/dev/blog/the-benefits-of-the-gremlin-graph-traversal-machine).
6 changes: 5 additions & 1 deletion gremlin-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@ gremlin-javascript

A WebSocket JavaScript client for TinkerPop3 Gremlin Server. Works in Node.js and modern browsers.

## DEPRECATION NOTICE

This project has been superseded by the [official TinkerPop JavaScript-Gremlin language variant](http://tinkerpop.apache.org/docs/current/reference/#gremlin-javascript). Please use the official package insead.

## Installation

```
npm install gremlin --save
npm install gremlin@2.7.0 --save
```

## Quick start
Expand Down

0 comments on commit ec1ca6b

Please sign in to comment.