Coder Social home page Coder Social logo

oc1-hands-on-2018's Introduction

Eclipse JNoSQL: One API to Many NoSQL Databases - BYOL [HOL5998]

Eclipse JNoSQL is a Java framework that streamlines the integration of Java applications with NoSQL databases. It defines a set of APIs and provides a standard implementation for most NoSQL databases. This clearly helps achieve very low coupling with the underlying NoSQL technologies used in applications. The objective of this session is to show how to use the Eclipse JNoSQL framework to connect with a NoSQL database and perform operations to manipulate and extract information.

Slides

https://www.slideshare.net/otagonsan/eclipse-jnosql-one-api-to-many-nosql-databases-byol-hol5998

Requirements

Run the code

  • git clone https://github.com/JNOSQL/oc1-hands-on-2018.git
  • cd oc1-hands-on-2018
  • mvn clean install
  • Run databases
    • Run Docker instances
    • Run Docker Compose

Run Docker instances

Docker

  • docker run --name redis-instance -p 6379:6379 -d redis
  • docker run -d --name casandra-instance -p 9042:9042 cassandra
  • docker run -d --name mongodb-instance -p 27017:27017 mongodb
  • docker run -d -p 7474:7474 -p 7687:7687 neo4j

Run as Docker-Compose

Start fresh environment

docker-compose -f docker-compose.yml up -d

Stop and Remove

docker-compose -f docker-compose.yml down

List services

docker-compose -f docker-compose.yml ps

Hands on Lab

This workshop is divide in four parts, each of them correspond to a different type of a NoSQL Database. You can follow any order but we recommend next (You can find instructions by clicking on a NoSQL type):

  1. Key-value: this Lab uses Redis

  2. Document: this Lab uses MongoDB

  3. Graph: this Lab uses Graph-Neo4J

  4. Column: this Lab uses Cassandra

Model

JUG
  • Name
  • City
  • Programming Languages
  • Country
JUG Member
  • Name
  • City
  • Programming Languages (name and skill level)

oc1-hands-on-2018's People

Contributors

boyarsky avatar hillmerch avatar leomrlima avatar otaviojava avatar patriciauz avatar

Stargazers

 avatar  avatar  avatar

Watchers

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