Skip to content
This repository has been archived by the owner on May 19, 2022. It is now read-only.

kristinann/487P-Project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

487P Project

Will Schmid

This project will revolve around benchmarking different database management systems using the Wisconsin Benchmark.

Currently, Part1 consists of code used to generate test data in the .csv format, which will then be loaded into the BigQuery service on Google's Cloud Platform.

The data generation code is a Node app written in JavaScript, so Node will need to be installed to run it as well as using npm or yarn to install the fs package the code uses.

Once setup with Node and npm, the name of the file intended to hold the data and the # of tuples desired must be entered as command line arguments when running the app. For example: FILENAME=data MAXTUPLES=10000 node generate-data

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%