MongoDB Developer
TypeScript
plus
Sign in to follow topics
MongoDB Developer Centerchevron-right
Developer Topicschevron-right
Languageschevron-right
TypeScriptchevron-right

Trends analyser

Rita RodriguesPublished May 24, 2022 • Updated Jul 07, 2022
AtlasJavaScriptTypeScript
FULL APPLICATION
Facebook Icontwitter iconlinkedin icon
Rate this code example
star-empty
star-empty
star-empty
star-empty
star-empty
social-githubView Code

Creators

Osama Bin Junaid contributed this project.

About the Project

The project uses twitter api to fetch realtime trends data and save it into MongoDB for later analysis.

Inspiration

In today's world its very hard to keep up with everything thats happening around us. Twitter is one of the first places where things gets reported so my motive was to build an application through which one can see all trends at one place, and also why something is trending.(trying to solve this one now)

Why MongoDB?

I used MongoDB because of its Document nature, I can directly save my JSON objects without breaking down into tables, and also because its easy to design schemas and their relationships using MongoDB

How It Works

Its works by repeatedly invoking 8 serverless functions on ibmcloud at 15 minutes interval, these functions call twitter apis get the data, and do little transformation before saving the data to Mongodb.
The backend then serves the data to the react frontend.

Facebook Icontwitter iconlinkedin icon
Rate this code example
star-empty
star-empty
star-empty
star-empty
star-empty
Related
Tutorial

How to Deploy MongoDB Atlas with AWS CDK in TypeScript


Jul 11, 2023
Article

What to Expect from Realm JavaScript v12


Jun 13, 2023
Tutorial

Type Safety with Prisma & MongoDB


May 19, 2022
Tutorial

Create a REST API with Cloudflare Workers and MongoDB Atlas


Jan 26, 2023
Technologies Used
Languages
Products
Table of Contents
  • Creators