Poor Man's NoSQL
Let's assume I have a:
1. Static front end that displays a list of items, and also provides a detailed view of specific items.
2. OAuth Access Token Scoped for Read/Write Access to Google Cloud Storage
3. A distributed CLI Agent(s):
3a. With Service Account Read/Write Credentials of said User's Google Cloud Storage
3b. Which generates detailed items a User would like to see in the Front End
Without getting into a crazy amount of details, I was wondering if it would be silly to try and use the distributed CLI Agent to roughly prepare the data and upload to Objects in the Google Cloud Storage account to match views in the front end, then have the front-end do some fine-tuning to ensure the items presented are properly sorted and de-duped?If this is not that silly, because there could be multiple CLI agents running (and an agent should not run longer than a person watching would be able to tolerate), I'm wondering what could be some appropriate data structures to use, or processes to implement, if I did want to "index" or organize the data in GCP more formally, and not have the front end do it?
The data is not big data, and in total the whole list of items should not exceed the length of items a human would be able to reasonably process within a day of work. There may be duplicate items, the first time an item is recorded may be of note, and generally recent items are way more important than past items.
0 comments
[ 3.4 ms ] story [ 6.6 ms ] threadNo comments yet.