Perf Stat Comparison: Postgres vs MariaDB
Published:
This project compares the hardware performance of various queries run using a Postgres database and a MariaDB database.
Published:
This project compares the hardware performance of various queries run using a Postgres database and a MariaDB database.
Published:
This project develops a distributed and replicated system to transmit, store, and query data for a simulated IoT infrastructure. The infrastructure contains one device which transmits real-time data to multiple servers. A client may then query a specific server to retrieve data. Clients may make read-only queries and the device may only make write-only queries. The decentralized system acts as a key-value store. In addition, the system supports fault-tolerance as long as at least one server is alive at any given moment in time.
Published:
A survey paper that analyzes eight different blockchains.
Published:
A game that leverages the Ethereum blockchain and state channels that allows for untrusting players to verifiably play a game off-chain.
Published:
A Java implementation of the Chord protocol that employs oblivious and secret sharing techniques to securely store data.
Published:
A survey paper that discusses Bitcoin and Ethereum.