Coder Social home page Coder Social logo

dbms's Introduction

DBMS

Database Management Engine Using Linux Bash Scripting

About the project

The project aim is to build a database engine simulator, and I have used bash scripting to do that, through the project you will find:

  • the awk programming language that used to perform text processing and data extraction

  • Functions for modularization and readability purposes

  • the sed for searching, finding, and replacing

    Project details

    The engine will first construct the "DB" directory, the top layer directory that holds database folders. then the database directories that will hold the tables. Third, at the level of tables, the engine creates two files for each table it creates in a DBMS:

    • Data file: stores the data by users

    • Metadata file: Table schema(Table name, primary key, columns types)

      GUI Installation

      • I used the Zenity tool to popup dialogs for inputs instead of reading from stdin

      • if you are using Ubuntu:

        sudo apt-get install zenity
        • if you are using Centos:
          sudo yum install zenity
          

Note

  • to run it make sure to set the project path to the .bashrc file
export PATH=$PATH:/the_projectpath_in_your_machine
  • after that run it in your terminal
    MainMenu.sh

dbms's People

Contributors

abdelrhman95 avatar

Watchers

 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.