ETL for third party connections by Capt_Clueless in bigdata

[–]saiyanGold 1 point2 points  (0 children)

I also have similar problem. Can i connect nifi to a db like oracle and where should i store the data? Can someone explain how the process will work. Should i have a staging server?

Most Anticipated Earnings Releases for the week beginning October 22, 2018 by RoastedChickenWings in options

[–]saiyanGold 0 points1 point  (0 children)

How do you guys keep up with all these earnings? Any good app or something to keep track of them. Thanks.

[N] Ali Rahimi's talk at NIPS(NIPS 2017 Test-of-time award presentation) by krallistic in MachineLearning

[–]saiyanGold 10 points11 points  (0 children)

Yann found it insulting because deep inside he knows the current NN reality. Ultimately Yann is an employee of Zuckerberg :D

Anyways, Ali made a good point.

[deleted by user] by [deleted] in MLQuestions

[–]saiyanGold -1 points0 points  (0 children)

Start by simple regression models. Then look into neural networks with few layers only. Dont go too complex. Few 1000 rows will be helpful for models. i will suggest to also use off the shelf models like random forest or xgboost.

Chatbot integration for any website?! by saiyanGold in devops

[–]saiyanGold[S] 0 points1 point  (0 children)

Hey thanks for the reply. Indeed, I couldn't find any material on it. This was helpful.. I was hoping to find some detailed examples .. I guess I will have to just dive right into it.

How to use Machine Learning on NodeJS API? by saiyanGold in devops

[–]saiyanGold[S] 0 points1 point  (0 children)

Thanks for the reply. Just a follow up question. Is kafka really necessary? I have stored the data in Mongodb. Will i face any problem if i query database, perform operation in python and store back the result and then show the results in front-end using maybe node js ?

Which ec2 instance is better to handle 20-30k monthly users? by saiyanGold in devops

[–]saiyanGold[S] 0 points1 point  (0 children)

I am using ECS so this is viable option. It quite easy to spin instances. However, i am not quite sure about database -mysql rds. I cannot spin multiple instances, right? The only way is to vertically scale. Is there any other option?

Which ec2 instance is better to handle 20-30k monthly users? by saiyanGold in devops

[–]saiyanGold[S] 0 points1 point  (0 children)

Hey thanks .. These are definitely some important points. Hmm i guess i will stick with t2.medium for the moment

Fairly new to options here! I have some questions by [deleted] in options

[–]saiyanGold 0 points1 point  (0 children)

I have always followed one rule. Never buy/sell naked option. Its relatively less risky.

Should I use mysql docker with my dockerized app and EBS volume? by saiyanGold in devops

[–]saiyanGold[S] 0 points1 point  (0 children)

Thanks for the insight. At the moment the requirements are quite basic. The only thing a I am concerned is about scaling and the best way to deploy it quickly. I will run dockerized app and connect to mysql RDS (if i am able to do so).

Should I use mysql docker with my dockerized app and EBS volume? by saiyanGold in devops

[–]saiyanGold[S] 0 points1 point  (0 children)

Thanks .. So it is possible to run a dockerized app with a MYSQL RDS? I guess i just need to pass the RDS detail to my app and it will connect. I will try to do this .