Giter Site home page Giter Site logo

nf1s / go-covid Goto Github PK

View Code? Open in Web Editor NEW
8.0 8.0 1.0 838 KB

Go package for gathering data regarding the novel corona virus from John Hopkins University

Home Page: https://ahmednafies.github.io/go-covid/

License: MIT License

Go 98.28% Makefile 1.72%
coronavirus coronavirus-info covid covid-19 go golang

go-covid's Introduction

Hi there ๐Ÿ‘‹

Stats

I am an IT veteran with focus on software development for web applications, Java was my old friend but Python and I became best friends several years ago. I recently started hanging out with Go, and Go is AWESOME. My favorite stack is Python/FastAPI and if I have to, i'd use React for the frontend. I enjoy working with event driven microservices, specially with DDD and CQRS. Specially when these microservices are swimming in k8s and the infra is managed by terraform.

trophy

go-covid's People

Contributors

nf1s avatar yeboahnanaosei avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

yeboahnanaosei

go-covid's Issues

Might be a good idea to add context to enable cancellation

Go has this idea of "context" which can be used to cancel requests before they complete.
I want to suggest that context be implemented into the package. This will allow people using this package to
programmatically cancel any request they make using this package.

Example:
If for any reason a request made through this package is taking too long, with a context the client of this package can set
a timeout of let's say 5s and automatically the request will be cancelled if that 5s timeout is reached.

I've started trying it out locally on my repo and it's going well. I want to know how you feel about this. If it sounds good to you,
then I can continue working on it and send in a pull request

Switch to Go modules instead of dep?

Hi, first of all, I want to appreciate you for putting this together. I have myself built a website that serves data on the current coronavirus pandemic. So I'm glad there is a native package built in go.

I noticed you are using dep to manage your dependencies. I have not used dep before I only used the built in go modules which solves the same problem.

I was thinking that it might be good to use go modules instead of dep since its built directly into go and it is more like the "official" way to handle dependencies now.

dep was really useful when go modules were not around. But now go modules have come to solve the exact problem natively

Change repo name

Good work for this. But I think it will be better if you change the naming. I know it's go project so naming like that. But for this issue I think people will be misunderstand. Thanks.

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.