-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Episode: Serverless F#, with ??? #38
Comments
What about https://twitter.com/DerSia_ ? |
Github tagging party:
Greetings! I'm interested in hosting an episode of my F# podcast (https://wtfsharp.net) on "Serverless F#," discussing "serverless" computing with the F# language. Would any of you be up for joining me as a guest regarding this topic? I would be open to individual episodes (e.g. "WTF# are Azure Functions?!") if needed, but I also think there'd be a benefit to hosting a few people at once and opening up a conversation about serverless computing and how F# is a good fit for the model. (Though, I understand some employers may have restrictions regarding this.) If you're up for a discussion on this topic, please either let me know in this comment thread - or - email me at [email protected] (incl. if you'd like to request an individual episode, rather than a general one - works for me!). If you're curious what would be required by you, please see the root readme.md of this repo. Thank you very much for your consideration. |
@normj sorry I missed you. Please see above and let me know if interested. |
Thank you @StachuDotNet for the invite! I've never been to a podcast, but it must be fun! I can do both a generic serverless panel and Azure Functions episode (get @forki too, he did more F# Functions than me). I'll email to discuss the planning. |
Hey @StachuDotNet sorry for the late reply, I didnt seem to get this notification anywhere visible. Calling me an expert might be an exaggeration, I would also like to tag @mastoj that worked together with a bit with me on the project - he is an F# guru and long term Microsoft MVP. We also worked on type providers for bigquery https://github.com/mastoj/BigQueryProvider. |
@mikhailshilkov |
@MartinSahlen @ everyone here: PS - BigQueryProvider sounds like a neat topic - if you think that's something we could record a 100-200-level episode on, please create a separate GitHub issue in this repo - would love to discuss there! |
I think @mastoj would be a better fit than me - btw he also did this which is really cool https://github.com/mastoj/Fable.Import.Firebase. I have worked mostly on porting languages to google cloud functions, either through transpiling to JS (using Fable to transpile F# in this case), or building self-contained binaries for execution through |
I'm not an F# expert either - just some guy interested in the language.
If you two have worked together, it could be fun attempting to record to
the both of you.
…On Sun, Dec 2, 2018 at 6:32 PM Martin Abelson Sahlen < ***@***.***> wrote:
I think @mastoj <https://github.com/mastoj> would be a better fit than me
- btw he also did this which is really cool
https://github.com/mastoj/Fable.Import.Firebase. I have worked mostly on
porting languages to google cloud functions, either through transpiling to
JS (using Fable to transpile F# in this case), or building self-contained
binaries for execution through spawn and passing data using stdin and
stdout in a nodejs environment. I'm not really an F# expert, although I
got into some weeds working with @mastoj <https://github.com/mastoj> on
some projects. But that's a long time ago!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#38 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA3VvnTiGgZ47lZkOgFiSenKMf_79kRpks5u1GMpgaJpZM4YM4Tf>
.
|
Hello! Sounds like a fun topic to do a podcast on. I do have a fair amount of general F# experience, even though it is mostly just for fun in my spare time at the moment. As @MartinSahlen pointed out, I have been playing around a little bit on GCP with F#, and it is doable to do some work. Either using Fable to compile things down to google cloud functions or firebase, or you can also as Martin suggest using a binary that you pass data to. We did also play around with a bigquery type provider, but the motivation dropped when I realized that the schema for queries always returned nullable field, even for required fields. A proper schema is only possible when reading the whole table and not running a query. With that said, I do want to push that forward when I have time. I also plan to take some evenings in the coming weeks to have another go at the firebase stuff. Getting something running there isn't that hard, but to leverage firebase to its full extent you need to add a lot of bindings so you can work with authentication and other features more easily. If you are still interested, even though most of the work hasn't passed the POC phase, we can arrange something. Worth mentioning is that running .NET on GCP in general, not functions, is quite easy. You just pack something in a container and either host it on kubernetes or appengine. |
No description provided.
The text was updated successfully, but these errors were encountered: