An open API service indexing awesome lists of open source software.

https://github.com/zeppaman/sql-nosql-comparison

This repository host project for the event https://www.meetup.com/TechItaliaTuscany/events/234912357/.
https://github.com/zeppaman/sql-nosql-comparison

nosql nosql-databases sql sql-nosql-comparison

Last synced: about 1 year ago
JSON representation

This repository host project for the event https://www.meetup.com/TechItaliaTuscany/events/234912357/.

Awesome Lists containing this project

README

          

# Sql-NoSql-Comparison
[![Build status](https://ci.appveyor.com/api/projects/status/w0gymegsqohd45mb?svg=true)](https://ci.appveyor.com/project/zeppaman/sql-nosql-comparison)

This repository host project for the event https://www.meetup.com/TechItaliaTuscany/events/234912357/.

During this speach I will present some peculiarities of NoSQL backends comparing them to the tranditional RDBMS.

In this reporitory there are following projects:

- Benckmark: This project execute some benchmark to test performance on common operartion (insert, bulk insert, transaction insert)
- Sample app: This project is an "hibrid" solution that show how to integrate NoSQL backneds with traditional RDMS to take the best from each one.