TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Elixir on Google Cloud Platform and App Engine

510 pointsby shalabhcover 7 years ago

15 comments

dazumaover 7 years ago
Hey all! I&#x27;m one of the engineers who worked on this. If anyone has questions or wants to get involved, feel free to open an issue on the github repos.<p>* Elixir clients for Google APIs: <a href="https:&#x2F;&#x2F;github.com&#x2F;GoogleCloudPlatform&#x2F;elixir-google-api" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;GoogleCloudPlatform&#x2F;elixir-google-api</a><p>* Elixir runtime for App Engine: <a href="https:&#x2F;&#x2F;github.com&#x2F;GoogleCloudPlatform&#x2F;elixir-runtime" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;GoogleCloudPlatform&#x2F;elixir-runtime</a><p>* Elixir examples: <a href="https:&#x2F;&#x2F;github.com&#x2F;GoogleCloudPlatform&#x2F;elixir-samples" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;GoogleCloudPlatform&#x2F;elixir-samples</a>
评论 #16209699 未加载
评论 #16211512 未加载
评论 #16209656 未加载
评论 #16211545 未加载
评论 #16213189 未加载
评论 #16209595 未加载
评论 #16209532 未加载
ninjakeyboardover 7 years ago
I wrote a book on Akka with many years of experience with it and I have been using Elixir professionally for 7 months or so on greenfield&#x2F;replatforming efforts and I have to say that the BEAM VM is really an incredible piece of technology that leaves Akka on the JVM in the dust in several aspects because the VM is actor-model native. I wish there was a statically typed language that ran on BEAM but Elixir and Erlang are great technologies to run in production if you can accept some of the associated risk of newer eco-systems in Elixir (but erlang has your back!).
评论 #16211313 未加载
评论 #16211475 未加载
评论 #16212049 未加载
sergiotapiaover 7 years ago
Really excited to see Elixir going more mainstream. It&#x27;s a hidden gem that solves so many painpoints of the day to day programming. It&#x27;s POWERFUL!
评论 #16213077 未加载
评论 #16211627 未加载
tabethover 7 years ago
Excellent!<p>I recall someone on here (HN) saying that many of Elixir&#x27;s strengths are weakened significantly because K8 does similar things (auto distribution, hot reloading, etc.)<p>Any truth to this? Also, can you distribute nodes on VMs and deploy them to Google Cloud?<p>---<p>As a side note, is there a front-end equivalent to Elixir? Elm is functional but is non intuitive. Elixirscript is a thing but seems a bit too early.
评论 #16210191 未加载
评论 #16209634 未加载
评论 #16209625 未加载
评论 #16209647 未加载
评论 #16209637 未加载
评论 #16210933 未加载
评论 #16209620 未加载
评论 #16209764 未加载
评论 #16209825 未加载
mijoharasover 7 years ago
Could someone explain what would make the Google cloud platform a better deploy target for my elixir application than any other?
评论 #16210170 未加载
评论 #16209466 未加载
评论 #16210322 未加载
ofekover 7 years ago
Discord (a heavy Erlang&#x2F;Elixir user) runs on GCP, right?
评论 #16211215 未加载
评论 #16210085 未加载
pselbertover 7 years ago
Surprising development. I wonder if this will complement Gigalixir or compete with it.<p>The ability to connect between nodes, avoid mandatory restart, avoid connection limits and keep websocket connections alive easily gives compute engine a significant advantage over platforms like Heroku.
评论 #16209879 未加载
评论 #16217751 未加载
评论 #16209435 未加载
jshenover 7 years ago
This is really cool and all, but I really wish Google Cloud would move things out of beta faster. Cloud Functions are still in beta despite them being GA at both AWS and Azure for a while now. Enterprises typically won&#x27;t use beta software which makes it nearly impossible to pick Google Cloud for an enterprise.<p>But hey, they have Elixir support !?!?
qaqover 7 years ago
Nice Elixir is becoming more mainstream
Exumaover 7 years ago
Wow this is cool. Does it take advantage of Erlang&#x27;s distributed networking&#x2F;nodes feature?
评论 #16209504 未加载
评论 #16209346 未加载
评论 #16217772 未加载
评论 #16209349 未加载
becklerover 7 years ago
Okay.<p>I spent a lot of time last week trying to get elixir setup on gcloud, but variables were the one thing I could never figure out and I eventually gave up.<p>Is there some magical way to get variables and secrets in gcloud without having to commit them to a repo?
评论 #16209900 未加载
bpicoloover 7 years ago
That’s a really interesting addition to app engine. Great idea too - try to be first to an up and coming platform rather than try to move applications that have deployed in one way for a decade.
skybrianover 7 years ago
This seems to be using App Engine&#x27;s &quot;flexible&quot; environment. It&#x27;s less appealing to me than &quot;real&quot; App Engine since as far as I know there&#x27;s no free tier.
keithnoizuover 7 years ago
I&#x27;ll have to look this over, I&#x27;m running a server cluster on GCE + Appengine currently aggregating and triggering alerts against about 300k device readings per minute. Huge pain point keeping things synchronized between GCE on java and the elixir backend.
theshankover 7 years ago
This is super exciting!