Skip to content

FluxQL is a GraphQL migration assistance tool that empowers developers to build GraphQL schemas by introspecting existing PostGreSQL databases, all without writing any code.

License

oslabs-beta/FluxQL

Repository files navigation

Splash Image
License: MIT GitHub package.json version contributions welcome Stars

DraQLa

DraQLa is a GraphQL migration assistance tool that empowers developers to build GraphQL schemas by introspecting existing PostGreSQL databases, all without writing any code.

Accelerated by OS Labs

Getting Started

Visit draqlabs.io to sink your teeth into the tool.

Features

  • Exportable custom GraphQL schema (including resolvers and mutations)
  • Visual interactive diagram of current PostgreSQL database
  • Advice Console that provides high level breakdown of the generated boilerplate
  • Temporary dummy server and sample query/mutation to test the personalized schema with GraphQL's Playground GUI
  • Encrypted URI on client and server side to keep your data private

How does DraQLa work?

First, you enter the database URI that you want to convert into a GraphQL API. Then, DraQLa encrypts your URI to ensure your privacy. Or feel free to test with our Sample Database!

DraQLa will immediately start by extracting all of your database's tables and relationships, and will generate compatible GraphQL schemas, which consists of types and their corresponding resolvers.

graph


DraQLa also features a user friendly visual representation that depicts the parts of your database that can now be queried and manipulated via GraphQL.

graphgif

The Advice Console provides an overview on:

  • GraphQL
  • how you and your clients can access and manipulate your database
  • a sample query and mutation

    advice.gif

In addition to your new schema, DraQLa spins up a temporary GraphQL server to allow you to test out the sample query via GraphQL's Playground.

playground.gif


When you're ready to adopt your schema, click "Export" to receive the code and further integration instructions.

How To Contribute

We would love for you to test our application and submit any issues you encouter. Please feel free to fork your own repository and submit your own pull requests.

Things you can do to contribute:

  • Bug fixes
  • Implementing features
  • Submitting or resolving GitHub issues
  • Help market our application

Developers

Daniel Dolich || LinkedIn | GitHub

Emily Krebs || LinkedIn | GitHub

Heidi Kim || LinkedIn | GitHub

Ross Sarcona || Linkedin | GitHub

Tommy Liang || LinkedIn | GitHub

License

This project is licensed under the MIT License

About

FluxQL is a GraphQL migration assistance tool that empowers developers to build GraphQL schemas by introspecting existing PostGreSQL databases, all without writing any code.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages