Git Product home page Git Product logo

data-warehouse's Introduction

"Truth can only be found in one place: the code." - Robert C. Martin

Data Warehouse

Data Warehouse is a simple backend application that exposes REST API and JWT-authenticated GraphQL API that allow for CRUD operations of the user entity. Data is stored in Postgres database and Redis. Shortly, more features will be added.

Features in progress:

  • Import of csv file with marketing data using Goroutines
  • GraphQL API to query marketing data in a generic and efficient way

Why Data Warehouse?

This is a learning exercise for Go, GraphQL, Redis, Docker, and related technologies.

Tech

  • Go v1.17
  • GraphQL
  • Postgres
  • Redis
  • Docker
  • Gorm

Getting Started

Configurations:

  • Project (server, database, cache) - config.yaml
  • Docker (postgres, redis, pgadmin4) - docker/docker-compose.yaml

Running the project locally

First, start docker environments (in ./docker):

docker-compose up

Database schema migration is executed automatically via gorm.io.

Next, run the project (by default config.yaml is loaded):

go run ./cmd/server.go

Or you can load other config file:

go run ./cmd/server.go -config config.yaml

data-warehouse's People

Contributors

gpiecyk 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.