1$ = from(http data1)
2$  = from(http data2)
forkJoin(1$, 2$).pipe().map([dataFrom1, dataFrom2])