Jesse Taylor
Lurker
New coder to the Android world here.
I'm trying to build an app where the user input is put directly into a database with a unique tag. The information will be randomly pulled and displayed in the app live starting with the most recent. I would like each entry to also be tagged by country. No accounts will be required, although I would like the user to receive the unique tag to their entry on screen. The database will need to be scalable to millions of read/write operations per second from millions of connections ((HOPEFULLY)).
I've been looking at HBase on top of Hadoop and would just like to have some input/suggestions.
I have no problem doing my own learning, I would just like to be pointed in the right direction, a lot of conflicting information out their.
I'm trying to build an app where the user input is put directly into a database with a unique tag. The information will be randomly pulled and displayed in the app live starting with the most recent. I would like each entry to also be tagged by country. No accounts will be required, although I would like the user to receive the unique tag to their entry on screen. The database will need to be scalable to millions of read/write operations per second from millions of connections ((HOPEFULLY)).
I've been looking at HBase on top of Hadoop and would just like to have some input/suggestions.
I have no problem doing my own learning, I would just like to be pointed in the right direction, a lot of conflicting information out their.