일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Tags
- 양자컴퓨터
- NORI
- api cache
- java crawler
- dbeaver
- aqqle
- TSLA
- Selenium
- vavr
- ann
- Cache
- elasticsearch cache
- Query
- Aggregation
- request cache
- Analyzer
- IONQ
- file download
- Elastic
- redis
- KNN
- API
- java
- mysql
- 테슬라
- Elasticsearch
- aggs
- Docker
- 아이온큐
- JPA
Archives
- Today
- Total
목록2024/09/08 (1)
아빠는 개발자
[Aqqle] Ya후 finance 긁어보자 2
몇일 전까지 다운로드 링크를 제공했었는데.. 막혔다. 치사하다..그래서 또 긁어야 겠다. 주가정보를 훔쳐서 보관할 테이블 생성 CREATE TABLE `stock_data` ( `id` bigint NOT NULL AUTO_INCREMENT, `company` varchar(100) NOT NULL, `company_code` varchar(20) NOT NULL, `trading_date` date NOT NULL, `open` float DEFAULT NULL, `high` float DEFAULT NULL, `low` float DEFAULT NULL, `close` float DEFAULT NULL, `adj_close` float DEFAULT NULL, `volume` b..
Aqqle/CRAWLER
2024. 9. 8. 11:13