Coder Social home page Coder Social logo

kinko's Introduction

Kinko Build Status

Kinko is a server implementation to provide storage for Autonomous Data applications.

โš ๏ธ This project is a work in progress, and it has been paused to focus on developing applications using the Solid protocol instead. For research purposes, you can continue reading to find more about the current status of the project.

Protocol

Kinko is being built as an implementation of a yet unnamed protocol, so that other implementations can be built to be compatible with client apps.

The protocol is based on OAuth and GraphQL protocols.

Client applications are registered using OAuth's dynamic client registration, where app capabilities are described. A GraphQL schema is provided indicating the models that will be used, together with other information like application name and description. The authorization screen should display this information so that users know how the application will interact with their data, and they'll be able to limit or modify those capabilities (similar to OAuth's permission scopes).

Once the registration is complete, CRUD operations can be performed using a GraphQL endpoint.

The GraphQL schema supports multiple extensions that make it easy to work with the platform. For example an @auto directive to populate IDs and timestamps, or custom types like User to leverage existing information within the platform.

In order to increase compatibility between apps, a system is necessary that can map data between schemas. This hasn't been specified yet, but RDFS is a strong contender.

Implementation

The project is implemented using Laravel. With Vue in the frontend and MongoDB for data persistence.

The current implementation supports:

  • User registration using the kinko:register artisan command.
  • Client application registration posting to the /store/register endpoint.
  • User authentication visiting /login.
  • User authorization using the /store/authorize url.
  • Basic CRUD operations posting to the /store graphql endpoint.

For more information on implementation details and how to interact with the server, take a look at the tests that can be found under /tests/Integration.

Client Applications

One client application compatible with this server can be found on the following repository: https://github.com/NoelDeMartin/focus

kinko's People

Contributors

noeldemartin avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.