Skip to content

A flask that generates random data. Use this to do good technical interviews.

License

Notifications You must be signed in to change notification settings

adamd1985/random-streamers

Repository files navigation

That Random Data Streamer!

Streamers!!!

This server will create random streams of data that you can use in challenges or tests.

What we Have

These 3 APIs return 3 data streams. Call them and combine their data together in a timely manner.

Access it here: https://random-streamers.radmada.repl.co

REPLIT workspace publicly available: https://replit.com/@radmada/random-streamers

From this data:

  • Clean and standardize data.
  • Find the most common letter.
  • Plot the use of this letter through out time.

Streaming APIs.

  • GET | /stream1
  • GET | /stream2
  • GET | /stream3

[GET]/streamX

Part of 3 data streams.

Responses:

  • 200 - A Json object.
  • 400 - Required data not available.
  • 429 - Rate limit reached.
  • 500 - An Internal error.

The JSON Payload: application/json

{
  "id": number, e.g.- 1
  "date": datatime, e.g. - "10/27/2004, 02:07:56 AM"
  "payload": string or null, e.g. - "asdase3234df"
 }

About

A flask that generates random data. Use this to do good technical interviews.

Topics

Resources

License

Stars

Watchers

Forks