Projeto API de dados sob demanda no Node.js e consumindo os dados no front-end com as Streams.
Fala dev's, bom dia!
Hoje quero mostrar um conteúdo bem bacana que estive aprendendo ontem com o Erick Wendel sobre streams no back-end para servir dados sob demanda quando temos uma base dados gigantesca em que o front-end precise consumir esses dados, e tudo de uma vez não dar né, a gente tem que enviar sob demanda e ao mesmo tempo estar limpando a memoria da infra para aguentar essa transação de dados gigantesco.
Este exemplo é no front-end no momento de consumir os dados sobdemanda( a dinâmica pode ser diferente da qual eu utilizei para vários casos de uso)
segue github do projeto com a parte do back-end e front-end.
in english:
Speak dev's, good morning!
Today I want to show you some really cool content that I was learning yesterday with Erick Wendel about back-end streams to serve data on demand when we have a permanent database where the front-end needs to consume this data, and not all at once right, we have to send on demand and at the same time be cleaning the memory of the infrastructure to support this gigantic data transaction.
This example is on the front-end when consuming the data on demand (the dynamics may be different than what I use for various use cases)
follows github of the project with the backend and frontend part.
https://lnkd.in/dxZ-2TZ7 #github
link present video: https://media.licdn.com/dms/image/C4D22AQF2DbwvdRR6lQ/feedshare-shrink_1280/0/1673961228894?e=1677110400&v=beta&t=Pgeyy_vVh8z8k47QJfxgVhCNve7aFJ3a3k-w98IY98g
networking for https://www.linkedin.com/in/pablo-ykaro
Vídeo para aprender como criar: https://www.youtube.com/watch?v=-IpRYbL4yMk
#dev #programming #frontend #backend