Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.
/ narcis-graphql Public archive

GraphQL endpoint for NARCIS

License

Notifications You must be signed in to change notification settings

DANS-KNAW/narcis-graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

narcis-graphql

Build Status

SYNOPSIS

narcis-graphql run-service

DESCRIPTION

Narcis GraphQL

ARGUMENTS

Options:

   -h, --help      Show help message
   -v, --version   Show version of this program

Subcommand: run-service - Starts NARCIS Graphql as a daemon that services HTTP requests
   -h, --help   Show help message
---

EXAMPLES

narcis-graphql run-service

INSTALLATION AND CONFIGURATION

  1. Unzip the tarball to a directory of your choice, typically /usr/local/

  2. A new directory called narcis-graphql- will be created

  3. Add the command script to your PATH environment variable by creating a symbolic link to it from a directory that is on the path, e.g.

     ln -s /usr/local/narcis-graphql-<version>/bin/narcis-graphql /usr/bin
    

General configuration settings can be set in cfg/application.properties and logging can be configured in cfg/logback.xml. The available settings are explained in comments in aforementioned files.

BUILDING FROM SOURCE

Prerequisites:

  • Java 8 or higher
  • Maven 3.3.3 or higher

Steps:

    git clone https://github.com/DANS-KNAW/narcis-graphql.git
    cd narcis-graphql
    mvn install

About

GraphQL endpoint for NARCIS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •