GithubHelp home page GithubHelp logo

cywforce / fastgql Goto Github PK

View Code? Open in Web Editor NEW

This project forked from roneli/fastgql

0.0 0.0 0.0 411 KB

Blazing fast, instant realtime & extendable GraphQL APIs powered by gqlgen

Home Page: https://fastgql.io

License: MIT License

Go 98.55% Smarty 0.76% Shell 0.69%

fastgql's Introduction

fastgql

What is fastGQL?

fastGQL is a Go library that extends gqlgen to create a blazing-fast GraphQL server that gives you instant, realtime GraphQL APIs over Postgres.

  • fastgql is based on a Schema first approach — You get to Define your API using the GraphQL Schema Definition Language.
  • fastgql prioritizes extendability — You can modify resolvers, and your own custom operators and even your own database query builder.
  • fastgql enables codegen — We generate even more of the boring CRUD bits, so you can focus on building your app even faster!

Getting Started

  • To install fastgql run the command go get github.com/roneli/fastgql in your project directory.
  • You could initialize a new project using the recommended folder structure by running this command go run github.com/roneli/fastgql init.

You could find a more comprehensive guide on gqlgen to help you get started here. We also have a couple of examples that show how fastgql generates the full API seamlessly.

Reporting Issues

If you think you've found a bug, or something isn't behaving the way you think it should, please raise an issue on GitHub.

Contributing

Feel free to open Pull-Request for small fixes and changes. For bigger changes and new builders please open an issue first to prevent double work and discuss relevant stuff.

Roadmap

  • aggregate queries
  • configurable database connections
  • tests
  • Support multiple database (mongodb, cockroachDB, neo4j)
  • full CRUD creation

fastgql's People

Contributors

roneli avatar dependabot[bot] 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.