Mongo db for funnel

Preview:

DESCRIPTION

funnel을 만드는데 필요한 mongo db 조사

Citation preview

MongoDB for Funnel최용재 @lnyarl

MongoDB?

Benefit for Funnel

Document(Object) base

person {name : “mongo”,birthday : {

year : 1985,month : 8,day : 23},

language : [“korean”,“english”],

$address : ref}

address {lon : 3.23483874,lat : 43.342344,city : “where”

}

address {lon : 3.23483874,lat : 43.342344,city : “where”

}

address {lon : 3.23483874,lat : 43.342344,city : “where”

}

address {city : “where”

}

stored as BSON

High PerformanceNo Join

Querying via Hierarchy

High Scalability

Batter than ORMThis is O

MapReduce Supported