Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

citation-server

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

citation-server

An Hapi server publishing a GraphQL API reading and storing data in a Git repository.

  • 0.4.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

Citation Server

An Hapi server publishing a GraphQL API reading and storing data in a Git repository.

Tooling

Code is transpiled with Babel.

GraphQL

The API is implemented with GraphQL. The Schema definition is a work in progress. It should even be dynamic (if possible) in the end. It uses the official GraphQL implementation with the community hapi-graphql bridge.

GitAsDb

Not having found anyone implemented this idea correctly on GitHub. It's home made using nodegit.

  • Read are performed asynchronously on file system
  • Write trigger a commit and a push
  • A recurring pull is planned to update data

A lot of question about perfs, concurency and conflicts are still opened and will be addressed during the progress of the implementation.

Usage

To run Babel with watch mode:

npm run dev

To run Babel:

npm run build

FAQs

Package last updated on 08 Oct 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc