Code Monkey home page Code Monkey logo

buroq's Introduction

Go Report Card technology:go Maintainability CircleCI

buroq

this is a bootstrap service build with GO for our cookie cutter.

just build it and run. localhost:[port]/health_check will give you HTTP status 200.

DB driver

Cache driver

Migration

Before you do the migration, please specify what DB that you want to migrate in configuration file with key is_migration_enable.

  • using sql-migrate
  • command: migrate for migrate up
  • command: migratedown for migrate down
  • command: migratenew [migration name] for create migration file

Seeding (Work in progress)

  • seeds for starter can be put on migrations/seeds/{number}.{table-name}.sql

Router

  • using go-chi
  • why? simplicity and easy to read

Metric (Work in progress)

GraphQL

  • you can see some docs about graphql integration with buroq under internal/app/graphql

Others

  • using perkakas for any our standard middlewares and for writing response
  • overall using the golang layout, with minor changes for own needs

IMPORTANT

  • whenever you start new service, please make the documentation using open api specification and put it on folder /api

Author

buroq's People

Contributors

ardityawahyu avatar azisuazusa avatar budiariyanto avatar cikupin avatar triardn avatar

Watchers

 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.