Hacker News new | past | comments | ask | show | jobs | submit | more chocks's comments login

Sounds like you are have mix of on-perm & aws? If it is all aws, check out EMR: https://aws.amazon.com/emr/. Alternatively, a relatively easier way to build pipelines on AWS is using AWS Kinesis for event streaming to S3 and ingest S3 files to Snowflake https://www.snowflake.com/ - works relatively well for smaller workloads & easy to setup.

IMO - the best way to raise awareness is to build a scrappy prototype pipeline that can be demoed & then demo/over communicate with all the stakeholders :). Having a working demo makes it easier to visualize the pros of the new proposed system compared to the existing one.


this looks awesome! will give it a try. Thanks for creating this :)


I use Trello for this purpose. I have a Trello board with a laundry list of random ideas that come to me. Those that mature get their own card on that I start jotting down next steps etc.


Hey All, This is my first side project that I've built & launched on ProductHunt: https://www.producthunt.com/posts/hitechjobsca. Any feedback is highly appreciated!


I had a very similar experience in another enterprise storage company with a code base of ~6M loc of C/C++ and gazillion test cases. Originally, it used to take roughly about an hour to just build the system where it did a bunch of compile time checks, linting etc. Then if everything goes well, it goes to code review, then to a set of hourly and nightly integration checks before it gets merged to the main branch. It would take another cool 3-4 months of QA regression cycle before it gets to the final build.


this is pretty cool. look like its built with swagger-ui, so we can play around with the endpoints a little bit.


Would be nice if Python was available in the cloud function environment.



Do you have suggestions on whether to deploy simple (functional - no state or external resources used, except perhaps usage tracking) APIs as cloud functions or on the App Engine? What would be the "turning point" when it's best to start considering App Engine?


It is. They recently announced the betas for Python 3.7 and Node 8 in Cloud Functions.


We’ve recently went through this process at our company & chose to use pipenv as the dependency management tool. As mentioned in the article, pipenv is under active development but takes care of many things that we had custom scripts before such as requirements hashs, in-built graph of dependencies, automatic retries of failed dependencies, automatic re-ordering of dependency installations etc. it also has a few quirks - we had to pick a version that had most commands working & also pipenv install is painfully slow & didn’t seem to have a caching strategy for already built virtualenvs.


This is exciting, trying out now.. installer seems pretty smooth


Happy to hear! If you have any feedback or run into any issues, go to Help > Send Feedback in the IDE. Thanks! Cathy (Visual Studio IDE Team)


Just an FYI.. The download button doesn't seem to work. Seems some files on this page has a CORS policy violation: "Access to Font at 'https://c.s-microsoft.com/static/fonts/segoe-ui/west-europea... from origin 'https://c.s-microsoft.com' has been blocked by CORS policy: The 'Access-Control-Allow-Origin' header has a value 'https://www.microsoft.com' that is not equal to the supplied origin. Origin 'https://www.visualstudio.com' is therefore not allowed access."


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: