일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- rust 기초
- ethers websocket
- ethers type
- 컨트렉트 배포 자동화
- 티스토리챌린지
- 프록시배포구조
- 체인의정석
- git rebase
- vue기초
- 러스트 기초
- ethers v6
- Vue
- 스마트컨트렉트프록시
- 스마트컨트렉트테스트
- 스마트컨트렉트 함수이름 중복 호출
- ambiguous function description
- multicall
- ethers
- 스마트 컨트렉트 함수이름 중복
- 컨트렉트 동일한 함수이름 호출
- Vue.js
- 머신러닝기초
- chainlink 설명
- 러스트 기초 학습
- SBT표준
- 러스트기초
- 오블완
- 스마트컨트렉트 예약어 함수이름 중복
- ethers typescript
- nest.js설명
Archives
- Today
- Total
목록카산드라 db 사용법 (1)
체인의정석
카산드라 DB mac에서 사용해보기
명령어 1. brew 로 카산드라 설치 brew install cassandra 2. cassandra 시작 brew services start cassandra 3. 카산드라의 쿼리 언어인 CQL 사용 Cassandra Query Language (CQL): Cassandra uses CQL for queries. You can interact with Cassandra using the CQL shell (cqlsh). cqlsh Connected to Test Cluster at 127.0.0.1:9042 [cqlsh 6.1.0 | Cassandra 4.1.3 | CQL spec 3.4.6 | Native protocol v5] Use HELP for help. cqlsh> 4. 콘솔에 들어가졌다면..
개발/database
2023. 11. 13. 17:23