Code Monkey home page Code Monkey logo

cz4031-database-system-principle-project-1's Introduction

CZ4031-Database-System-Principle-Project-1

Environment

  • Operating System: Windows 10
  • Application used for development: Jetbrain CLion
  • C++ compiler location and version: C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.26.28801\bin\Hostx86\x86

File structure

C++ scripts are in the main directory. Will put all scripts into a directory later

  • include => header files
  • cmake-build-debug/tables => database directory
  • cmake-build-debug/database directory => name: database name, files: disk, headers, database buffer files
  • cmake-build-debug/data.tsv => this project data file is in the main directory Will organize the file structure

Running scripts

Run main.cpp to start the application. Currently it can create blocks of data based on input data file

Example:

create_table("IMDB", "data.tsv", 3);

1st arg: database name 2nd arg: input data file name 3rd arg: number of attributes of data file

*Don't need to run the script, all the blocks data are in the relevant directory

**If you want to run the script, please try on Windows OS. Using other OS may generate problems

Future works

  • B+ tree
  • Build the application
  • Organize the file structure

Further development

Please commit to your own branch before being push into the master branch

cz4031-database-system-principle-project-1's People

Contributors

arceushui avatar ladynsnoopy avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.