📊 제어
Go, HTMX, JavaScript 없이 자체 호스팅되는 손익 추적 프로그램입니다. Controto는 거래를 추적하여 SQLite 파일에 저장하고, 다음을 포함한 다양한 계산 결과를 반환합니다.
- 평균 구매 가격
- 현재 자산 가치
- 거래 내역
- 수입/수출 거래( 샘플 참조)
- 손익
자산 가격을 가져오기 위해 Controtto는 주로 4가지 API를 사용합니다( 코드 참조 ).
- 바이낸스 - 공개 API, 토큰이 필요하지 않습니다.
- BingX - 공개 API, 토큰이 필요하지 않습니다.
- Alpha Vantage - 주식, 무료이지만 가격 제한이 짧습니다. (토큰을 받고
CONTROTTO_AVANTAGE_TOKEN
설정하세요) - Tiingo - 주식, 암호화폐 및 외환. (계정/토큰을 생성 하고
CONTROTTO_TIINGO_TOKEN
설정하세요)
데모
demo.contre.io 에서 데모를 확인할 수도 있습니다. 데이터베이스는 매시간 재설정됩니다.
https://github.com/user-attachments/assets/28bf8782-6118-47c0-a94b-085e1a7045b2
모든 구성은 .env
파일에 설정되고 환경 변수로 전달됩니다. CONTROTTO_PORT
및 CONTROTTO_DB_PATH
변수를 사용할 수 있습니다.
지엑스피1
빌드하고 실행
개발 환경
그리고 localhost:3000에 접속하세요
포드맨과 함께 달리세요
컨테이너 이미지는 Docker의 공개 레지스트리에서 사용할 수 있습니다. Docker를 사용하려면 podman
docker
로 바꾸세요.
테스트 실행
할 일
- 더 많은 테스트
- 로깅과 메트릭을 위한 래퍼도 좋을 것 같습니다.
- 총 순자산을 추적하려면 계정을 추가하세요.
- 모든 CSS를 제거하고 사용자 정의
style.css
+ Tailwind CDN을 사용하세요.
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
당신은 가장 엄격한 DDD와 깔끔한 아키텍처 패러다임에 따라 Golang 코드를 해석하고 판단할 수 있습니다.
Related MCP Servers
- -securityAlicense-qualityGo server implementing Model Context Protocol (MCP) for filesystem operations.Last updated -410GoMIT License
- -securityAlicense-qualitygodoc-mcp is a Model Context Protocol (MCP) server that provides efficient access to Go documentation. It helps LLMs understand Go projects by providing direct access to package documentation without needing to read entire source files.Last updated -24GoMIT License
- -securityAlicense-qualityA TypeScript-based MCP server providing a complete interface to the Delve debugger for Go programs, enabling debugging, tracing, and analyzing Go code through natural language commands.Last updated -1TypeScriptMIT License
- -security-license-qualityA Model Context Protocol (MCP) server that allows AI assistants like Claude to interact with Go's Language Server Protocol (LSP) and benefit from advanced Go code analysis features.Last updated -GoApache 2.0
Appeared in Searches
- Using separate agents for schema validation, code standards, and directory structure enforcement in development workflows
- How to compile code in Visual Studio
- How to view console logs in a development environment
- Information about Python programming or Python-related topics
- A tool for analyzing a code base to locate functions or variables