Code Monkey home page Code Monkey logo

google-file-system's Introduction

The Google File System

Developers: Anand Balan and Nandita Koppisetty

Objective:

The objective of this project is to implement a miniature version of the Google File System with ability to create a file, read a file and append to a file as discussed in the paper:
Sanjay Ghemawat, Howard Gobioff, and Shun-Tak Leung. 2003. The Google file system. SIGOPS Oper. Syst. Rev. 37, 5 (October 2003), 29-43. DOI=http://dx.doi.org/10.1145/1165389.945450

HOW TO RUN THE PROGRAM?
  1. Open 8 terminals each connected to dc machines 01 to 08.
  2. Go the bin folder present in the project root directory.
  3. Run the following command: For server: java FileServerStarter <server_id> <path_to_server_config_file> <path_to_metaserver_config_file> For meta server: java MetaServerStarter <server_id> <path_to_metaserver_config_file> <path_to_server_config_file> For clients: java ClientStarter <server_id> <path_to_client_config_file> <path_to_server_config_file> <path_to_metaserver_config_file>
  4. Run the meta server first, then file servers and then the clients, in that order.
  5. Follow the instructions in the client terminal.

google-file-system's People

Contributors

anand-b 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.