Image Image Image Image Image
Scroll to Top

To Top

NoSQL

10

Mai
2012

inNoSQL

vonJohannes Hoppe

NoSQL bei der .NET Developer Conference (DDC) – Slides & Download

On 10, Mai 2012 | inNoSQL | vonJohannes Hoppe

1: Vortrag: NoSQL in .NET – mit Redis und MongoDB
Der Vortrag führt in die Theorie ein, stellt die beiden NoSQL-Datenbanksysteme Redis und MongoDB näher vor und gibt Praxisbeispiele. Ich präsentiere die beiden Systeme live an einem ASP.NET MVC Beispielprojekt, welches allen Teilnehmern zur Verfügung gestellt wird.

2. Vortrag: NoSQL – Dokumente und Relationen
Eine dokumentenbasierte NoSQL-Datenbank wie MongoDB hat nicht nur eine andere API zur Abfrage der Daten. Die tiefergehende Neuerung ist eine grundlegende andere Art die Daten abzuspeichern. Der Vortrag konzentriert sich auf Schema-Design und bekannten Patterns für Dokumenten-basierte Datenbanken.


 

Tags | , , ,

08

Mai
2012

inNoSQL

vonJohannes Hoppe

.NET User Group Karlsruhe – 2x NoSQL mit .NET

On 08, Mai 2012 | inNoSQL | vonJohannes Hoppe

Update:
Es war ein sehr angenehmer Abend. Ich danke dem aufmerksamen und auch beharrlichen Publikum für das positive Feedback und die interessanten Diskussionen! Hier sind ein paar Fotos und das Slidedeck.


Die Demo Anwendung findet ihr auf http://webnote.codeplex.com.

Original:


Für die baldige DDC habe ich mein Folienset zum Themenkomplex NoSQL komplett überarbeitet.
Die Generalprobe wird mein Vortrag bei der .NET User Group Karlsruhe sein, wo ich beide Vorträge in zwei kurzen & knackigen Stunden präsentieren werde. Ich freue mich auf euer Kommen!

19

Mrz
2012

inNode.js
NoSQL

vonJohannes Hoppe

Getting started with Node.js and MongoDB on MS Azure – Slides and VIDEO

On 19, Mrz 2012 | inNode.js, NoSQL | vonJohannes Hoppe

Johannes at MongoDB Berlin 2012

It was a  great pleasure to attend the MongoDB workshops and to speak at the conference about Node.js and MongoDB on MS Azure. Here are my slides and the recorded Video:


Tags | , , ,

19

Mrz
2012

inNode.js
NoSQL

vonJohannes Hoppe

Introducing SolarTournament

On 19, Mrz 2012 | inNode.js, NoSQL | vonJohannes Hoppe

For my latest talk I have prepared a node.js demo project, called „SolarTournament“. It demonstrates a bunch of technologies.
But first of all: Let’s have some fun and enter the live multiplayer tournament!

Don’t get confused: At the moment you can’t destroy other players spaceships, only asteroids. It’s simply not implemented. Or in other words: Nobody gets harmed! ;-)

Screenshot

This is demo code

The game is based on Node.js and uses the express web development framework, the Jade template engine, the Stylus CSS engine, Socket.IO for WebSocket communication and last but not least MongoDB – for storing the highscore. (this feature is not online at the moment)

Tags | , , ,

31

Jan
2012

inNoSQL

vonJohannes Hoppe

VSone 2012 – Slides and Demo code (NoSQL in .NET mit RavenDB und MongoDB)

On 31, Jan 2012 | inNoSQL | vonJohannes Hoppe

I’m happy! This is was a really full conference room.  Many thanks for coming and participating. I enjoyed the talks before and after the presentation. It’s great to hear that more and more people are evaluating NoSQL databases. As promised: Here are the slides and the demo code! (sorry, in German only) Don’t forget to install WebNoteNoSQL (which is coded in English, of course).


Tags | ,

31

Jan
2012

inNoSQL

vonJohannes Hoppe

Introducing WebNoteNoSQL

On 31, Jan 2012 | inNoSQL | vonJohannes Hoppe

For my NoSQL talks I have prepared an ASP.NET MVC project. It is a simple application to create, read, update and delete notes (little coloured post-it notes).

By utilizing the repository pattern the underlying code to access the database can be interchanged. Currently three databases are prepared and ready to go:

  1. A classic relational database: SQL Server (mapped by the ADO.NET Entity Framework)
  2. The NoSQL database MongoDB and
  3. The NoSQL database RavenDB

Tags | ,

14

Dez
2011

inNoSQL

vonJohannes Hoppe

[GERMAN] NoSQL aus der Praxis – Slides und Download

On 14, Dez 2011 | inNoSQL | vonJohannes Hoppe

Der gestrige Vortrag bei der .NET User Group Frankfurt zusammen mit der PASS Rhein/Main war für uns ein ganzer Erfolg. Bei einem vollen Saal mit rund 90 Teilnehmern hatte das Thema NoSQL offensichtlich viel Interesse geweckt. Die Stimmung während des Vortrags und das positive Feedback werden bei uns eine sehr gute Erinnerung an Frankfurt hinterlassen. Vielen Dank!

 


Downloads:

Tags | ,

29

Nov
2011

inNoSQL

vonJohannes Hoppe

[GERMAN] .NET User Group und PASS Rhein/Main Meeting – NoSQL aus der Praxis

On 29, Nov 2011 | inNoSQL | vonJohannes Hoppe

Der Begriff NoSQL ist in aller Munde. Eine große Anzahl an neuartigen Datenbank-Systemen drängt auf den Markt. Wo stehen wir derzeit? Lohnt sich ein Umstieg? Was sind die Vorteile aber auch die Nachteile? Wo liegen die häufigsten Umsetzungsfehler? Und wie programmiert man ganz konkret mit .NET gegen diese Systeme?

Diese Fragen werden Johannes Hofmeister und Johannes Hoppe in einem zweieinhalb stündigen Vortrag klären. Sie haben mit RavenDB und MongoDB erfolgreich Projekte im Web realisiert. Sie führen in die Theorie ein, stellen die NoSQL-Datenbanksysteme vor und berichten von ihren Erfahrungen. Einen besonderen Stellenwert werden das Design von dokumentbasierten Datenbanken und bekannte „AntiPatterns“ einnehmen. Die Sprecher präsentieren die beiden Systeme live an einem ASP.NET MVC Beispielprojekt, welches allen Teilnehmern zur Verfügung gestellt wird.

Tags | ,

DMDW Extra Lesson – NoSQL and MongoDB

On 06, Mai 2011 | inDMDW lecture, NoSQL | vonJohannes Hoppe

This Friday I introduced you (== my students) to the wonderful new world of databases that are “not only SQL“ (NoSQL). Later on we played with the MongoDB shell and created, read, updated and deleted some documents.

For the MongoDB workshop we used some training data that you can find here. Please don’t forget to solve the exercises! You can contact me by blog-comment or mail, in case of further questions!


 

Tags | ,

MongoDB – Training Data

On 15, Apr 2011 | inDMDW lecture, NoSQL | vonJohannes Hoppe

My favourite next topic will be a short excursion to MongoDB. MongoDB (from „humongous“) is a scalable, high-performance, open source, document-oriented database. It has no SQL, JSON-style documents and is fast as hell! :evil:

Please install MongoDB as described here: Quickstart Windows
And please download these files with sample data: dba-training-data.zip

These MongoDB Quick Reference Cards can be very helpfull:




Update:
Here are the slides for of NoSQL presentation and the MongoDB workshop!

Tags | ,