Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/aprln/trading-chart

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/aprln/trading-chart

  • v0.0.0-20240906032611-2df191045ec9
  • Source
  • Go
  • Socket score

Version published
Created
Source

Trading Chart Service

Note on the solution

  • The solution follows the popular clean code structure where the handler package is the equivalent of the controller layer. All external structures such as requests and events are converted to internal models to work with in the service and repository layers. This structure promotes modularity, testability, and extensibility.
  • Due to time constraint, authentication, error handling, logging, and comprehensive testing are not fully implemented or implemented at a very basic level.

How to run the service

  • Start GRPC server:

    make run-server-docker

  • Start websocket listener:

    make run-ws-listener-docker

Room for improvement

  • Tests need to be added
  • Error handling could be improved
  • Could use a query builder library for DB queries

FAQs

Package last updated on 06 Sep 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc