Git Product home page Git Product logo

camba1 / gotemp Goto Github PK

View Code? Open in Web Editor NEW
78.0 5.0 10.0 22.06 MB

Sample full stack go-microservices application with a Go backend and a Svelte frontend. App runs on docker or Kubernetes

License: Apache License 2.0

Makefile 1.63% JavaScript 4.27% Shell 2.01% Dockerfile 1.16% Go 64.27% PLpgSQL 0.91% Svelte 25.05% HTML 0.30% CSS 0.13% HCL 0.28%
micro-services api-gateway docker nats postgresql arangodb timescaledb redis kubernetes vault

gotemp's Introduction

Welcome 👋

Top Langs

gotemp's People

Contributors

camba1 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

gotemp's Issues

user registration needs its own endpoint

Currently the user registration shares the same end point with the regular user save when saving the data. However that means that the user save does not check for a token. That in turn causes the user service to not send new user record to the audit service since the audit service gets uses the token to identify which user performed the action.
While there are multiple ways to fix this, the cleanest is to have a separate user service end point that handles anonymous registration separately

User is missing the modified by field

The user in the userSrv does not have the standard ‘modifiedBy’ field.
The createDate field is incorrectly set to createdate and updateDate is incorrectly set to updatedate

Standardize the way validity dates are sent out from the services

Currently, depending on wether the DB is SQL or No SQL, the validity dates and the modification fields are been sent out to the client either inline or as part of an object within the dataset. This is due to how the fields are mapped in the porto definition.
When creating the services we switched midway the way we handled those fields in the porto definitions to use imported global definitions but never went back to change it in the promotion and customer services.
Bottom line, all services should handle those fields the same way It is done in the product and customer services, independent of how they are stored in the DB

ArangoDB doesnt work with apple M1

Pulling arangodb (library/arangodb:3.7.6)...

3.7.6: Pulling from library/arangodb

ERROR: no matching manifest for linux/arm64/v8 in the manifest list entries
Failed to deploy 'Compose: docker-compose.yml': docker-compose process finished with exit code 1

arangodb/arangodb-docker#53

it's possible to run the project without it?

thank you

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.