Skip to content

Latest commit

 

History

25 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Background

Coarse To View

Exercise To Complete

setup

dependency

  1. jdk
  2. maven

installation

  • mac
    • brew install jdk maven
  • linux
    • apt-get install jdk maven
    • yum install jdk maven
  • windows
    • hands on and good luck!

Architecture

archi

Usage

  1. load table and use sql to query
    1. import data: create data.txt like
    1,10
    2,20
    3,30
    4,40
    5,50
    5,50
    
    1. load data:
      1. cd easydb-storage/
      2. java -jar target/easydb-storage-1.0.0_20220115.jar convert src/main/resources/data.txt 2 "int,int"
    2. catalog: create catalog.txt like
    data (f1 int, f2 int)
    
    1. start query: java -jar target/easydb-storage-1.0.0_20220115.jar parser src/main/resources/catalog.txt

About

easydb implements follow 6.830 http://db.lcs.mit.edu/6.830/assign.php

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages