joungmin cbc5ba5663 정부지원사업 공고 수집 데몬(gov-scraper) 추가
- government/ Node 데몬: Open API 우선 + HTML 보조 + 디스커버리 전략
- Strategy 패턴 소스 어댑터: KStartupApiSource(공공데이터 Open API), GenericHtmlSource(config 기반)
- sundol 3단계 폴백 크롤러(cheerio→Jina→Playwright CDP) Node 재구현, sundol-chrome(9222) 재사용
- Oracle thick 모드(Instant Client + sso 지갑) 접속, gov_source/gov_opportunity 적재(중복제거)
- K-Startup 29,017건 + 중기부(mss) 30건 적재 검증, PM2 gov-daemon 등록(60분 주기)
- 기업마당(bizinfo)은 자체 crtfcKey 발급 대기

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-10 04:36:50 +00:00

SUNDOL

Smart Unified Natural Dog-Operated Layer

Personal Knowledge House · AI Assistant · Productivity Hub

Features

  • Knowledge Ingestion — YouTube, blog, news, raw text 자동 수집 및 처리
  • Semantic Search — Oracle 23ai VECTOR 기반 의미 검색
  • AI Chat (RAG) — 지식 기반 대화, 출처 인용
  • Study Cards (SRS) — SM-2 간격 반복 학습 카드
  • Todos — 작업/하위작업 관리
  • Habit Tracker — 습관 추적, 스트릭 관리

Tech Stack

Layer Technology
Backend Spring Boot 3, Java 21
Frontend Next.js 14, TypeScript, Tailwind CSS
Database Oracle 23ai (VECTOR support)
AI OCI Generative AI (Cohere / Llama)
Auth Google SSO + JWT
Cache Redis

Getting Started

# 1. 환경변수 설정
cp .env.sample .env
# .env 파일에 실제 값 입력

# 2. Docker Compose로 실행
docker-compose up -d

# 3. 개별 실행 (Backend)
cd sundol-backend
mvn spring-boot:run

# 4. 개별 실행 (Frontend)
cd sundol-frontend
npm install && npm run dev

Project Structure

sundol/
├── sundol-backend/      # Spring Boot 3
├── sundol-frontend/     # Next.js 14
├── db/migration/        # Flyway SQL scripts
├── docs/                # Specifications
├── docker-compose.yml
├── .env.sample          # Environment variable template
└── README.md

자세한 스펙은 docs/SUNDOL_SPEC.md 참조.

Description
SUNDOL - Smart Unified Natural Dog-Operated Layer
Readme 598 KiB
Languages
Java 49.4%
TypeScript 31.9%
JavaScript 14.2%
PLSQL 2%
Python 1.5%
Other 1%