Security News
38% of CISOs Fear They’re Not Moving Fast Enough on AI
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
github.com/Hnamnguyen0112/cryptocurrency-forecasting-project
This repository is a monorepo for collecting real-time cryptocurrency data from various exchanges. It includes a collector service built using Go, which listens to WebSocket streams from Coinbase and Binance to gather ticker and candlestick data and store it in a PostgreSQL database.
The project is structured as follows:
collector
├── cmd
│ └── binance_worker
│ └── coinbase_worker
├── config
├── deployments
├── internal
│ └── binance_worker
│ └── coinbase_worker
├── pkg
│ └── database
│ └── entities
│ └── websocket
docker-compose -f collector/deployments/docker-compose.yml up -d --build
bazel run //:gazelle
bazel run //:gazelle-update-repos
bazel build //...
Note:
go_repository(
name = "com_github_confluentinc_confluent_kafka_go_v2",
importpath = "github.com/confluentinc/confluent-kafka-go/v2",
patches = ["//bazel:kafka.patch"],
sum = "h1:icCHutJouWlQREayFwCc7lxDAhws08td+W3/gdqgZts=",
version = "v2.3.0",
)
bazel run //collector/cmd/coinbase_worker
bazel run //collector/cmd/binance_worker
git checkout -b feature/branch-name
)git commit -am 'Add new feature'
)git push origin feature/branch-name
)This project is licensed under the MIT License - see the LICENSE file for details.
FAQs
Unknown package
Did you know?
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.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Security News
Company News
Socket is joining TC54 to help develop standards for software supply chain security, contributing to the evolution of SBOMs, CycloneDX, and Package URL specifications.