Git Product home page Git Product logo

multilevel-index-database's Introduction

Author: Gary Chen

Follow the steps to run the programs:
1. Extract all the files from the zip folder and use WinSCP application (or other similar software)
   to move the files into the current working directory (home directory will suffice) of the UNIX system.
2. Open a terminal and CD into the current working directory.
3. The run file named 'BPIndex' should already available from the zip. Run the following 
   commands to test the simulation:

   To create a file:
	./ProgramName -create textfile.txt data.idx keyLength
		where:	ProgramName		is the name compiled through Linux
				-create			is the create command code
				textfile.txt	is the record text file to be read
				data.idx		is the index binary file to be created
				keyLength		is the length of the key

  To list the records:
	./ProgramName -list data.idx startingKey count
		where:	ProgramName		is the name compiled through Linux
				-list			is the list command code
				data.idx		is the index binary file to be created
				startingKey		is the starting key to be searched
				count			is the desired number of records to be listed

  To find a record:
	./ProgramName -find data.idx key
		where:	ProgramName		is the name compiled through Linux
				-find			is the find command code
				data.idx		is the index binary file to be created
				key				is the key to be searched

  To find a record:
	./ProgramName -insert data.idx "Key Data"
		where:	ProgramName		is the name compiled through Linux
				-insert			is the insert command code
				data.idx		is the index binary file to be created
				"Key Data"		is the record to be inserted

4. If there is no .out file, or if you want to check to see if it compile correctly, do the following 
   commands:
		
	g++ -std=c++11 -o BPIndex BPIndex.cpp

   Be sure to type in the correct spacings.

multilevel-index-database's People

Contributors

garychen12993 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.