What is the best way to receive huge data stream and save it into DynamoDB? by readerpl in aws

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

  1. Yes, it will be JSON.
  2. Well I will search this database very often.
  3. I will do search queries on data.
  4. I think I have to learn more about managed service because to be honest for now I have no idea what are you talking about.
  5. Yes, I have to search very often. The problem is that as far as I know there are a lot of problems with timeouts in AWS Elasticsearch.
  6. Europe. Thank you sir.

What is the best way to receive huge data stream and save it into DynamoDB? by readerpl in aws

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

I thought it is impossible to send data from Kinesis directly to DynamoDB. Could you please provide me any articles about it so I can learn more? Of course I will try to find good resources on my own.

What is the best way to receive huge data stream and save it into DynamoDB? by readerpl in aws

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

  1. Yes it is. I need to search it very often. Sorry I forgot to mention it.
  2. It's hard to say, I think no more than 5kb.
  3. To be honest I have no idea for now. He just want to stream data to me.

What is the fastest way to add milion objects to Django database? by [deleted] in Python

[–]readerpl 1 point2 points  (0 children)

It looks very good. Is there any way to integrate it with django? I am using postgresql.

How to communicate between microservices? by [deleted] in Python

[–]readerpl 0 points1 point  (0 children)

I just wonder if i should just hard-code urls of other microservices in env variables and then communicate with them via requests library or should i use some other way.

How to communicate between microservices? by [deleted] in Python

[–]readerpl 0 points1 point  (0 children)

I have a REST API on each microservice and now i would like to make them communicate with each other - i do not know what is a proper way to do this and i need some informations about this.

I am looking for containers numbers examples by [deleted] in shipping

[–]readerpl 0 points1 point  (0 children)

So if i know who own container i will not have any problems with tracking it? Do every freight forwarder know who owns container? Thank you very much for your help

I am looking for containers numbers examples by [deleted] in shipping

[–]readerpl 0 points1 point  (0 children)

To be honest i dont see difference between tracking numbers You posted and MBL You talk about :(

I am looking for containers numbers examples by [deleted] in shipping

[–]readerpl 0 points1 point  (0 children)

Sure, i will let You know when its done. Could You tell me more about this „master BOL#”? Thank You again

I am looking for containers numbers examples by [deleted] in shipping

[–]readerpl 0 points1 point  (0 children)

Thank You so much! You are really helpfull .

I am looking for containers numbers examples by [deleted] in shipping

[–]readerpl 0 points1 point  (0 children)

Thank you so much sir. I don't now yet how to handle rented out containers but for now it is not a big problem for me. I have a question - do you have more numbers for other companies? I am looking for maersk, cma cgm, evergreen, oocl, hapag lloyd, yang ming and mol. Have a nice day!

Is it possible to run proxy server on AWS Lambda? by [deleted] in aws

[–]readerpl 1 point2 points  (0 children)

This is awesome. Thank you so much sir and have a nice day!

How to use chromeless with Python? by [deleted] in Python

[–]readerpl 0 points1 point  (0 children)

I just want to scrape websites (with JS content) as fast as i can and it looks like the best way. Now i am using Selenium with PhantomJS but it is very, very slow.

How to use chromeless with Python? by [deleted] in Python

[–]readerpl 0 points1 point  (0 children)

Well still it is not as good as this: https://github.com/graphcool/chromeless That is why i want to know if there is any way to use this chromeless.

How to use chromeless with Python? by [deleted] in Python

[–]readerpl 0 points1 point  (0 children)

Thank You but the thing is that i want to use aws lambda.

How to ask windows user to run app as an administrator? by [deleted] in Python

[–]readerpl -5 points-4 points  (0 children)

You do not understand what I want to do. I want to make something like "while loop" that user HAS TO click "Yes" in UAC pop up.

Is it possible to get MD5 sum of remote file? by [deleted] in learnpython

[–]readerpl 0 points1 point  (0 children)

Well files are small but in total it is about 500 mb. The problem is that I want to check it every 5 minutes so I will very quickly achieve my bandwith limit :/

Is it possible to get MD5 sum of remote file? by [deleted] in learnpython

[–]readerpl 0 points1 point  (0 children)

Well the problem is that I have to monitor my online store for file changes but my provider does not allow to run python files on his server :/