IT |
気になる、記になる… |
任天堂、「Nintendo Switch」向けの新型コントローラーを9月24日までに発表か |
https://taisy0.com/2021/09/22/146182.html
|
nintendo |
2021-09-21 22:47:55 |
IT |
気になる、記になる… |
「iOS 15.1 beta 1」の新機能および変更点のまとめ |
https://taisy0.com/2021/09/22/146175.html
|
apple |
2021-09-21 22:34:19 |
IT |
気になる、記になる… |
「tvOS 15」では新たに16種類の「空撮」スクリーンセーバが利用可能に |
https://taisy0.com/2021/09/22/146171.html
|
tomac |
2021-09-21 22:21:12 |
IT |
気になる、記になる… |
「Google Pixel 6 Pro」の初のハンズオン動画が公開される |
https://taisy0.com/2021/09/22/146169.html
|
google |
2021-09-21 22:08:55 |
IT |
気になる、記になる… |
「HomePod 15.1 beta」、ロスレスオーディオとドルビーアトモスをサポート |
https://taisy0.com/2021/09/22/146167.html
|
applemus |
2021-09-21 22:02:39 |
TECH |
Engadget Japanese |
iOS 15のプライベートリレーONで「Rakuten Link」通話が課金対象に──楽天モバイルが注意喚起 |
https://japanese.engadget.com/rakuten-ios15-224605318.html
|
icloud |
2021-09-21 22:46:05 |
TECH |
Engadget Japanese |
贅沢な革の総張り。スライドするカード入れと独立型小銭入れを備えた「コンパクト財布 Buffo」 |
https://japanese.engadget.com/buffo-wallet-222059248.html
|
簡単に説明しますと「先に内装を組み立て、外装で包み込み、最後に蓋革を載せる」この工程に強力な接着剤やノリで固定するという物です。 |
2021-09-21 22:20:59 |
IT |
ITmedia 総合記事一覧 |
[ITmedia ビジネスオンライン] “はがれにくい”けど“はがしやすい” なぜ業界トップのアヲハタは2年かけて「のり」を開発したのか |
https://www.itmedia.co.jp/business/articles/2109/22/news014.html
|
itmedia |
2021-09-22 07:10:00 |
IT |
ITmedia 総合記事一覧 |
[ITmedia エグゼクティブ] グローバルにビジネスをするためのマインドセット |
https://mag.executive.itmedia.co.jp/executive/articles/2109/22/news056.html
|
itmedia |
2021-09-22 07:02:00 |
TECH |
Techable(テッカブル) |
メ〜テレの「ドデスカ!」「ウルフィ」をVRでリアルに再現! 「Hisaya Digital Park」活用 |
https://techable.jp/archives/162713
|
hisayadigitalpark |
2021-09-21 22:00:27 |
AWS |
AWS - Webinar Channel |
Architect and deploy S/4HANA on AWS - AWS Virtual Workshop |
https://www.youtube.com/watch?v=yL2WlpZZAW0
|
Architect and deploy S HANA on AWS AWS Virtual WorkshopDeploy a secure production ready SAP S HANA system on AWS in less than hours In this episode we will review architecture patterns for SAP on AWS as well as EC instance types for S HANA and database layers AWS Launch Wizard will then ask a few questions about your S HANA application and database requirements before automatically configuring AWS resources aligned to best practices Finally it will generate a cost estimate and allow you to deploy the system Learning objectives Architecture patterns for SAP on AWS EC Instance types and sizes for SAP applications and databases How to automate configuration and deployment with AWS Launch Wizard |
2021-09-21 22:06:21 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
railsアプリにcssを適用させたいです |
https://teratail.com/questions/360706?rss=all
|
|
2021-09-22 07:53:01 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
FTPS通信を行うソースコード、もしくはライブラリかAPIを探しています。 |
https://teratail.com/questions/360705?rss=all
|
FTPS通信を行うソースコード、もしくはライブラリかAPIを探しています。 |
2021-09-22 07:22:15 |
AWS |
AWSタグが付けられた新着投稿 - Qiita |
【AWS】初心に戻って1からVPCを構築してみた Apache HTTP Server構築編 |
https://qiita.com/hirockio2206/items/9200dc7f055e867bf8a8
|
テストページが表示されればwebサーバの構築完了です最後にいかがでしたでしょうか。 |
2021-09-22 07:57:14 |
海外TECH |
Ars Technica |
China to stop building coal plants in developing nations |
https://arstechnica.com/?p=1797228
|
emissions |
2021-09-21 22:08:47 |
海外TECH |
Ars Technica |
Linux Foundation says companies are desperate for open source talent |
https://arstechnica.com/?p=1797172
|
linux |
2021-09-21 22:05:26 |
海外TECH |
Ars Technica |
Porsche finds yet another way to slice the 911: The 2022 911 Carrera GTS |
https://arstechnica.com/?p=1796509
|
canyon |
2021-09-21 22:01:26 |
海外TECH |
DEV Community |
How to use Spark and Pandas to prepare big data |
https://dev.to/mage_ai/how-to-use-spark-and-pandas-to-prepare-big-data-411o
|
How to use Spark and Pandas to prepare big data source Lucas Films If you want to train machine learning models you may need to prepare your data ahead of time Data preparation can include cleaning your data adding new columns removing columns combining columns grouping rows sorting rows etc Once you write your data preparation code there are a few ways to execute it Download the data onto your local computer and run a script to transform itDownload the data onto a server upload a script and run the script on the remote serverRun some complex transformation on the data from a data warehouse using SQL like languageUse a Spark job with some logic from your script to transform the dataWe ll be sharing how Mage uses option to prepare data for machine learning models PrerequisitesApache Spark is one of the most actively developed open source projects in big data The following code examples require that you have Spark set up and can execute Python code using the PySpark library The examples also require that you have your data in Amazon S Simple Storage Service All this is set up on AWS EMR Elastic MapReduce We ve learned a lot while setting up Spark on AWS EMR While this post will focus on how to use PySpark with Pandas let us know in the comments if you re interested in a future article on how we set up Spark on AWS EMR source Nickelodeon OutlineHow to use PySpark to load data from Amazon SWrite Python code to transform dataHow to use PySpark to load data from Amazon S source History Channel PySpark is “an interface for Apache Spark in Python It not only allows you to write Spark applications using Python APIs but also provides the PySpark shell for interactively analyzing your data in a distributed environment We store feature sets and training sets data used to store features for machine learning models as CSV files in Amazon S Here are the high level steps in the code Load data from S files we will use CSV comma separated values file format in this example Group the data together by some column s Apply a Python function to each group we will define this function in the next section from pyspark sql import SparkSessiondef load data spark s location spark Spark session s location S bucket name and object prefix return spark read options delimiter header True inferSchema False csv s location with SparkSession builder appName Mage getOrCreate as spark Load data from S files df load data spark s feature sets users profiles v Group data by user id column grouped df groupby user id Apply function named custom transformation function we will define this function later in this article df transformed grouped apply custom transformation function Write Python code to transform dataLet s transform some data source Paramount Pictures Here are the high level steps in the code Define Pandas UDF user defined function Define schemaWrite code logic to be run on grouped dataDefine Pandas UDF user defined function Pandas is “a fast powerful flexible and easy to use open source data analysis and manipulation tool built on top of the Python programming language Pandas user defined function UDF is built on top of Apache Arrow Pandas UDF improves data performance by allowing developers to scale their workloads and leverage Panda s APIs in Apache Spark Pandas UDF works with Pandas APIs inside the function and works with Apache Arrow to exchange data from pyspark sql functions import pandas udf PandasUDFType pandas udf SCHEMA COMING SOON PandasUDFType GROUPED MAP def custom transformation function df passDefine schemaUsing Pandas UDF requires that we define the schema of the data structure that the custom function returns from pyspark sql functions import pandas udf PandasUDFTypefrom pyspark sql types import IntegerType StringType StructField StructType StructField arguments First argument column name Second argument column type Third argument True if this column can have null values SCHEMA COMING SOON StructType StructField user id IntegerType True StructField name StringType True StructField number of rows IntegerType True pandas udf SCHEMA COMING SOON PandasUDFType GROUPED MAP def custom transformation function df passWrite code logic to be run on grouped dataOnce your data has been grouped your custom code logic can be executed on each group in parallel Notice how the function named custom transformation function returns a Pandas DataFrame with columns user id date and number of rows These columns have their column types explicitly defined in the schema when decorating the function with the pandas udf decorator from pyspark sql functions import pandas udf PandasUDFTypefrom pyspark sql types import IntegerType StringType StructField StructType StructField arguments First argument column name Second argument column type Third argument True if this column can have null values SCHEMA COMING SOON StructType StructField user id IntegerType True StructField name StringType True StructField number of rows IntegerType True pandas udf SCHEMA COMING SOON PandasUDFType GROUPED MAP def custom transformation function df number of rows by date df groupby date size number of rows by date columns date number of rows number of rows by date user id df user id iloc Putting it all togetherThe last piece of code we add will save the transformed data to S as a CSV file df transformed write option delimiter option header True mode overwrite csv s feature sets users profiles transformed v Here is the final code snippet that combines all the steps together from pyspark sql import SparkSessionfrom pyspark sql functions import pandas udf PandasUDFTypefrom pyspark sql types import IntegerType StringType StructField StructType StructField arguments First argument column name Second argument column type Third argument True if this column can have null values SCHEMA COMING SOON StructType StructField user id IntegerType True StructField name StringType True StructField number of rows IntegerType True pandas udf SCHEMA COMING SOON PandasUDFType GROUPED MAP def custom transformation function df number of rows by date df groupby date size number of rows by date columns date number of rows number of rows by date user id df user id iloc return number of rows by datedef load data spark s location spark Spark session s location S bucket name and object prefix return spark read options delimiter header True inferSchema False csv s location with SparkSession builder appName Mage getOrCreate as spark Load data from S files df load data spark s feature sets users profiles v Group data by user id column grouped df groupby user id Apply function named custom transformation function we will define this function later in this article df transformed grouped apply custom transformation function Save new transformed data to S df transformed write option delimiter option header True mode overwrite csv s feature sets users profiles transformed v Conclusion source Sony Studios This is how we run complex transformations on large amounts of data at Mage using Python and the Pandas library The benefit of this approach is that we can take advantage of Spark s ability to query large amounts of data quickly while using Python and Pandas to perform complex data transformations through functional programming You can use Mage to handle complex data transformations with very little coding We run your logic on our infrastructure so you don t have to worry about setting up Apache Spark writing complex Python code understanding Pandas API setting up data lakes etc You can spend your time focusing on building models in Mage and applying them in your product maximizing growth and revenue for your business |
2021-09-21 22:24:00 |
Apple |
AppleInsider - Frontpage News |
Code suggests Apple preparing CarKey support for Genesis vehicles |
https://appleinsider.com/articles/21/09/21/code-suggests-apple-preparing-carkey-support-for-genesis-vehicles?utm_medium=rss
|
Code suggests Apple preparing CarKey support for Genesis vehiclesApple could soon add support for its CarKey digital key protocol to vehicles from Hyundai s luxury Genesis spinoff expanding compatibility beyond BMW Code discovered in an iOS configuration file covering Apple Pay NFC capabilities now references Genesis as a partner for supported car access terminals reports MacRumors Previously BMW was the sole manufacturer listed in the section While neither Genesis or Hyundai have announced pending CarKey support Genesis debuted digital key functionality for Android handsets in its GV and G models A variation of the technology compatible with Apple s protocol was said to be in the works early this year Read more |
2021-09-21 22:58:44 |
Apple |
AppleInsider - Frontpage News |
Dynamic head tracking comes to Apple Music Spatial Audio tracks with iOS 15 |
https://appleinsider.com/articles/21/09/21/dynamic-head-tracking-comes-to-apple-music-spatial-audio-tracks-with-ios-15?utm_medium=rss
|
Dynamic head tracking comes to Apple Music Spatial Audio tracks with iOS Making good on a promise from June Apple with iOS activated dynamic head tracking for Apple Music tracks that support the company s Spatial Audio technology adding an extra layer of immersion to the D audio effect Apple rolled out Spatial Audio support for Apple Music shortly after the Worldwide Developers Conference in June Built on Dolby Atmos technology the feature applies directional audio filters and frequency modulation to simulate a three dimensional audio space for headphone users Apple s immersive listening experience can go a step further by tracking a listener s head position through accelerometer data to create the illusion that sound output is mapped to a device When a user turns their head the sound field pans left or right to maintain its position in virtual space Read more |
2021-09-21 22:19:45 |
海外TECH |
Network World |
Weekly internet health check, US and worldwide |
https://www.networkworld.com/article/3534130/covid-19-weekly-health-check-of-isps-cloud-providers-and-conferencing-services.html#tk.rss_all
|
Weekly internet health check US and worldwide The reliability of services delivered by ISPs cloud providers and conferencing services a k a unified communications as a service UCaaS is an indication of how well served businesses are via the internet ThousandEyes is monitoring how these providers are handling the performance challenges they face It will provide Network World a roundup of interesting events of the week in the delivery of these services and Network World will provide a summary here Stop back next week for another update and see more details here Get regularly scheduled insights by signing up for Network World newsletters To read this article in full please click here |
2021-09-21 22:40:00 |
海外TECH |
Network World |
Lenovo extends TruScale as-a-service model to its entire portfolio |
https://www.networkworld.com/article/3633596/lenovo-extends-truscale-as-a-service-model-to-its-entire-portfolio.html#tk.rss_all
|
Lenovo extends TruScale as a service model to its entire portfolio Lenovo is expanding its TruScale pay per use model to cover its all data center productsーservers storageーand client side devicesーlaptops tablets This transition to a fully integrated end to end as a service model is part of the company s “One Lenovo strategy of providing its entire portfolio of clients and servers as a fully managed on premises cloud environment through TruScale leasing One Lenovo simply means laptops and desktops will be sold along with data center products together all under one sales program Lenovo will launch a new channel program in to encompass the One Lenovo strategy The everything as a service announcement came at the company s virtual Lenovo Tech World eventTo read this article in full please click here |
2021-09-21 22:39:00 |
海外TECH |
Network World |
How to add virtual-machine drive space in Microsoft Server Hyper-V |
https://www.networkworld.com/article/3634030/how-to-add-virtual-machine-drive-space-in-microsoft-server-hyper-v.html#tk.rss_all
|
How to add virtual machine drive space in Microsoft Server Hyper V Virtualization is an essential part of modern IT infrastructure that presents many routine management tasks to sysadmins among them increasing virtual hard drive space when necessary In my line of work because of expanding log files scaling for growing processes and new tasks for existing servers this is something I do at least once a month Here s how to do it in a Microsoft Server Hyper V hypervisor running Windows Server using either Hyper V Manager or Failover Cluster Manager To read this article in full please click here |
2021-09-21 22:13:00 |
海外科学 |
NYT > Science |
China Pledges to Stop Building Coal-Burning Power Plants Abroad |
https://www.nytimes.com/2021/09/21/climate/china-power-plants-coal.html
|
China Pledges to Stop Building Coal Burning Power Plants AbroadIt marks a major shift for one of the biggest backers of coal fired plants globally Still China remains heavily reliant on new coal plants at home and is the world s top emitter of greenhouse gases |
2021-09-21 22:28:47 |
海外科学 |
NYT > Science |
John Nkengasong, of the Africa C.D.C., Will Lead PEPFAR |
https://www.nytimes.com/2021/09/21/health/pepfar-nkengasong-africa.html
|
John Nkengasong of the Africa C D C Will Lead PEPFARDr Nkengasong will be the first person of African origin to oversee the U S government program combating H I V which has ravaged the continent |
2021-09-21 22:17:45 |
海外科学 |
NYT > Science |
Fighting a Pandemic, While Launching Africa’s Health Revolution |
https://www.nytimes.com/2021/09/19/world/africa/africa-coronavirus-vaccines.html
|
Fighting a Pandemic While Launching Africa s Health RevolutionPublic health in Africa has been a story of neglect and dependency says John Nkengasong the first director of the Africa Centers for Disease Control But he s on a mission to turn things around |
2021-09-21 22:07:27 |
金融 |
金融総合:経済レポート一覧 |
FX Daily(9月20日)~ドル円、リスク回避姿勢が強まり109円台前半まで下落 |
http://www3.keizaireport.com/report.php/RID/468882/?rss
|
fxdaily |
2021-09-22 00:00:00 |
金融 |
金融総合:経済レポート一覧 |
ドイツの生命保険監督を巡る動向(2)~BaFinの2020年Annual Reportより(生命保険会社の監督及び業績等の状況):保険・年金フォーカス |
http://www3.keizaireport.com/report.php/RID/468884/?rss
|
annualreport |
2021-09-22 00:00:00 |
金融 |
金融総合:経済レポート一覧 |
IMFによる経常収支の為替レートに対する弾力性の推定方法について:財務総研リサーチ・ペーパー |
http://www3.keizaireport.com/report.php/RID/468905/?rss
|
為替レート |
2021-09-22 00:00:00 |
金融 |
金融総合:経済レポート一覧 |
アジア主要通貨・株価の動き(9月17日まで) |
http://www3.keizaireport.com/report.php/RID/468906/?rss
|
国際金融情報センター |
2021-09-22 00:00:00 |
金融 |
金融総合:経済レポート一覧 |
みずほ経済・金融ウィークリー 2021年9月21日号~先週の内外経済・金融市場動向・評価&今週の注目点 |
http://www3.keizaireport.com/report.php/RID/468921/?rss
|
金融市場 |
2021-09-22 00:00:00 |
金融 |
金融総合:経済レポート一覧 |
イールドカーブコントロール導入から5年~見えぬ出口 その先にあるとしたら:Market Flash |
http://www3.keizaireport.com/report.php/RID/468923/?rss
|
marketflash |
2021-09-22 00:00:00 |
金融 |
金融総合:経済レポート一覧 |
米テーパリング決定後のドル円の焦点は?~マーケット・カルテ10月号 |
http://www3.keizaireport.com/report.php/RID/468927/?rss
|
研究所 |
2021-09-22 00:00:00 |
金融 |
金融総合:経済レポート一覧 |
金融デジタライゼーションの潮流<13> BaaS(Banking-as-a-Service) |
http://www3.keizaireport.com/report.php/RID/468930/?rss
|
baasbankingasaservice |
2021-09-22 00:00:00 |
金融 |
金融総合:経済レポート一覧 |
EY Viewpoints(2021年夏号)~制度動向トピック、金融規制(国内)、監査 |
http://www3.keizaireport.com/report.php/RID/468931/?rss
|
eyjapan |
2021-09-22 00:00:00 |
金融 |
金融総合:経済レポート一覧 |
中国恒大集団の経営問題が世界市場へ与える影響について:ストラテジーレポート |
http://www3.keizaireport.com/report.php/RID/468936/?rss
|
世界市場 |
2021-09-22 00:00:00 |
金融 |
金融総合:経済レポート一覧 |
環境変化が期待される日本株~株高のきっかけは政治だが、それだけが上昇要因ではない:マーケットレター |
http://www3.keizaireport.com/report.php/RID/468937/?rss
|
投資信託 |
2021-09-22 00:00:00 |
金融 |
金融総合:経済レポート一覧 |
9月20日の海外株式市場の下落について~中国当局の対応方針を見極める局面:マーケットレター |
http://www3.keizaireport.com/report.php/RID/468938/?rss
|
中国当局 |
2021-09-22 00:00:00 |
金融 |
金融総合:経済レポート一覧 |
グローバルREITウィークリー 2021年9月第4週号 |
http://www3.keizaireport.com/report.php/RID/468939/?rss
|
日興アセットマネジメント |
2021-09-22 00:00:00 |
金融 |
金融総合:経済レポート一覧 |
グローバルREITの投資再考 2021年9月 |
http://www3.keizaireport.com/report.php/RID/468940/?rss
|
日興アセットマネジメント |
2021-09-22 00:00:00 |
金融 |
金融総合:経済レポート一覧 |
ウィークリー・マーケット 2021年9月第4週号 |
http://www3.keizaireport.com/report.php/RID/468941/?rss
|
日興アセットマネジメント |
2021-09-22 00:00:00 |
金融 |
金融総合:経済レポート一覧 |
週間市場レポート(2021年9月13日~9月17日)~日本の株式・債券市場、米国の株式市場、外国為替市場 |
http://www3.keizaireport.com/report.php/RID/468942/?rss
|
債券市場 |
2021-09-22 00:00:00 |
金融 |
金融総合:経済レポート一覧 |
中国不動産懸念で世界株下落~NYダウは600ドル超下落:マーケットレポート |
http://www3.keizaireport.com/report.php/RID/468945/?rss
|
三井住友トラスト |
2021-09-22 00:00:00 |
金融 |
金融総合:経済レポート一覧 |
ウィークリーレポート 2021年9月21日号~国内株式は続伸。日経平均株価は一時約31年ぶりの高値をつけた。 |
http://www3.keizaireport.com/report.php/RID/468946/?rss
|
三井住友トラスト |
2021-09-22 00:00:00 |
金融 |
金融総合:経済レポート一覧 |
【石黒英之のMarket Navi】中国恒大集団への懸念と株式相場 |
http://www3.keizaireport.com/report.php/RID/468947/?rss
|
marketnavi |
2021-09-22 00:00:00 |
金融 |
金融総合:経済レポート一覧 |
ドイツ総選挙の行方とユーロへのインプリケーション:Special Report |
http://www3.keizaireport.com/report.php/RID/468948/?rss
|
specialreport |
2021-09-22 00:00:00 |
金融 |
金融総合:経済レポート一覧 |
【注目検索キーワード】フードテック |
http://search.keizaireport.com/search.php/-/keyword=フードテック/?rss
|
検索キーワード |
2021-09-22 00:00:00 |
金融 |
金融総合:経済レポート一覧 |
【お薦め書籍】もう価格で闘わない〜非価格経営を実現した24社の取り組み |
https://www.amazon.co.jp/exec/obidos/ASIN/4866672781/keizaireport-22/
|
価格競争 |
2021-09-22 00:00:00 |
海外ニュース |
Japan Times latest articles |
U.S. lifts post-Fukushima import restrictions on Japan farm products |
https://www.japantimes.co.jp/news/2021/09/22/business/us-lifts-fukushima-import-ban/
|
U S lifts post Fukushima import restrictions on Japan farm productsUnder the restrictions U S imports of a total of agricultural products produced in Japanese prefectures including Fukushima had been suspended |
2021-09-22 07:46:46 |
ニュース |
BBC News - Home |
CF Industries: Government to meet CO2 firm's costs to start plant |
https://www.bbc.co.uk/news/business-58641394?at_medium=RSS&at_campaign=KARANGA
|
group |
2021-09-21 22:07:28 |
ニュース |
BBC News - Home |
Boris Johnson and Joe Biden meet at White House |
https://www.bbc.co.uk/news/uk-politics-58646017?at_medium=RSS&at_campaign=KARANGA
|
possible |
2021-09-21 22:29:19 |
ニュース |
BBC News - Home |
The Papers: UK-US trade deal speculation and energy bill fears |
https://www.bbc.co.uk/news/blogs-the-papers-58646657?at_medium=RSS&at_campaign=KARANGA
|
biden |
2021-09-21 22:46:09 |
ニュース |
BBC News - Home |
Austin impresses as QPR upset Everton on penalties |
https://www.bbc.co.uk/sport/football/58553820?at_medium=RSS&at_campaign=KARANGA
|
carabao |
2021-09-21 22:13:59 |
ビジネス |
ダイヤモンド・オンライン - 新着記事 |
「高配当&少額で買える株」ランキング!(2021年・秋) 利回り7.9%で投資判断が“買い”の日本郵船、2.3万円 で買えて投資判断が“強気”のソースネクストに注目! - 最新記事 |
https://diamond.jp/articles/-/282448
|
|
2021-09-22 08:00:00 |
ビジネス |
ダイヤモンド・オンライン - 新着記事 |
フェイスブックに巣くう犯罪組織、従業員が警告 - WSJ発 |
https://diamond.jp/articles/-/282841
|
犯罪組織 |
2021-09-22 07:17:00 |
ビジネス |
ダイヤモンド・オンライン - 新着記事 |
フェイスブック監督委、著名人の特別扱いを見直しへ - WSJ発 |
https://diamond.jp/articles/-/282842
|
特別扱い |
2021-09-22 07:05:00 |
北海道 |
北海道新聞 |
浜中などで震度2 |
https://www.hokkaido-np.co.jp/article/591719/
|
釧路管内 |
2021-09-22 07:11:00 |
ニュース |
THE BRIDGE |
香港拠点の国際送金スタートアップAirwallex(空中雲匯)、シリーズEで2億米ドルを調達——時価総額は40億米ドルに |
http://feedproxy.google.com/~r/SdJapan/~3/7v58HE2klnk/airwallex-secures-200m-4b-valuation
|
香港拠点の国際送金スタートアップAirwallex空中雲匯、シリーズEで億米ドルを調達ー時価総額は億米ドルにTechinAsiaでは、有料購読サービスを提供。 |
2021-09-21 22:30:36 |
ニュース |
THE BRIDGE |
サッカーNFT「Sorare」、ソフトバンクVFらから6.8億米ドルを調達——シリーズB調達額で欧州史上最大か |
http://feedproxy.google.com/~r/SdJapan/~3/6oeulqB6PdE/sorare-funding-round-softbank-investment-nft-blockchain-pique-griezmann-pickupnews
|
サッカーNFT「Sorare」、ソフトバンクVFらから億米ドルを調達ーシリーズB調達額で欧州史上最大かSorareraisesUSminSoftBankledfundingroundフランスを拠点とするサッカーNFTプラットフォーム「Sorare」は、ソフトバンク・ビジョン・ファンドがリードしたシリーズBラウンドで億万米ドルを調達した。 |
2021-09-21 22:00:53 |
コメント
コメントを投稿