Promise 사용법

JavaScript 2015. 12. 21. 14:19


'JavaScript' 카테고리의 다른 글

ES2015 에 대하여  (0) 2016.03.03
if문에서 Array.prototype.indexOf() 응용하기  (0) 2015.11.23
Function 객체의 Methods 소개  (0) 2015.11.23
C#에서 JSON 변환하기  (0) 2015.11.19
비교 연산자(&&,||)를 이용한 변수 할당  (0) 2015.11.19
Posted by jungtae17
,

MongoDB 3.2 에서 추가된 $arrayElemAt (aggregation) 오퍼레이터를 사용해서 배열 요소를 꺼낼 수 있게 됨.


참고> https://docs.mongodb.org/manual/reference/operator/aggregation/arrayElemAt/


Posted by jungtae17
,

MongoDB 3.2 에서 추가된 $lookup (aggregation) 오퍼레이터를 사용해서 Join 처리를 할 수 있게 됨.


참고1> https://www.mongodb.com/blog/post/joins-and-other-aggregation-enhancements-coming-in-mongodb-3-2-part-1-of-3-introduction


참고2> https://docs.mongodb.org/manual/reference/operator/aggregation/lookup/#pipe._S_lookup


Posted by jungtae17
,