New: eventsourcingAll contenthive-129948hive-196917krsteemzzanhive-166405hive-183959hive-180932hive-185836photographyhive-183397uncommonlabhive-144064hive-150122hive-101145krsuccesshive-145157bitcoinhive-188619hive-184714hive-193637hive-103599hive-139150hive-180301hive-165987TrendingNewHotLikerssum-park (46)in eos • 7 years ago이오스(EOS)에 고려되고 있는 이벤트 소싱(event sourcing) 소개동기 EOS는 차세대 dAPP 플랫폼 중 개발 측면에서 파보려는 프로젝트이다. 큰 프로젝트니까 아마 한국어 백서도 있을 것 같은데, 정말로 영어를 전혀 못하는 것이 아닌 이상 당연히 영어로 읽어야 한다. 아직까지 한국어로 제대로 번역해 놓은 사람이 있을 수 없으니까 말이다. 소개 백서 기술 백서 소개 백서 및 기술 백서를 읽던…jaceshim76 (25)in cqrs • 7 years ago나만 모르고 있던 CQRS & EventSourcingCQRS (Command and Query Responsibility Segregation) 란? CQRS는 네이밍에서 알 수 있듯이 명령과 쿼리의 역할을 구분 한다는 것이다. 즉 커맨드 ( Create - Insert, Update, Delete : 데이터를 변경) 와 쿼리 ( Select - Read : 데이터를 조회)의 책임을 분리한다는 것이다.…nadejde (51)in development • 7 years agoBuilding a chatbot - 003Last post we had a bot that can understand we want to get a reminder but did not actually remind us of things. This post we will go on to get our bot to actually remind us of things. We will be…prolic (27)in programming • 8 years agoInheritance with Aggregate Roots in ProophEvent-StoreIf you want to make inheritance work with aggregate roots using a common repository for all subtypes, this can be achieved very easily. You need the latest ProophEvent-Store v6.1 ( to do this. An…