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
- Host: GitHub
- URL: https://github.com/kawasima/cohegraph
- Owner: kawasima
- License: apache-2.0
- Created: 2020-07-14T11:48:08.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2026-03-19T22:00:46.000Z (4 months ago)
- Last Synced: 2026-03-20T07:56:55.537Z (4 months ago)
- Topics: coherence, graphql, java
- Language: Java
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.