An open API service indexing awesome lists of open source software.

https://github.com/kawasima/cohegraph

A GraphQL DataFetcher for Oracle Coherence
https://github.com/kawasima/cohegraph

coherence graphql java

Last synced: 3 months ago
JSON representation

A GraphQL DataFetcher for Oracle Coherence

Awesome Lists containing this project

README

          

# Cohegraph

## Examples

1. Build cohegraph and examples.
```
% mvn compile
```
2. Start a coherence server
```
% mvn -PcoherenceServer exec:java
```
3. Set up example data
```
% mvn -PdataSetup exec:java
```
4. Start the GraphQL server.
```
% mvn spring-boot:run
```
5. Check `http://localhost:9000/graphiql` in your browser.