Re: Query :.NET Ignite Node deployment and Monitoring

2023-05-02 Thread Pavel Tupitsyn
//ignite.apache.org/docs/latest/restapi> > > > > Regards > > Satyajit > > > > *From:* satyajit.mandal.barclays.com via user > *Sent:* Wednesday, May 3, 2023 10:31 AM > *To:* ptupit...@apache.org > *Cc:* user@ignite.apache.org > *Subject:* RE: Query :.NET Ignite No

RE: Query :.NET Ignite Node deployment and Monitoring

2023-05-02 Thread satyajit.mandal.barclays.com via user
=&u=https://ignite.apache.org/docs/latest/restapi> Regards Satyajit From: satyajit.mandal.barclays.com via user Sent: Wednesday, May 3, 2023 10:31 AM To: ptupit...@apache.org Cc: user@ignite.apache.org Subject: RE: Query :.NET Ignite Node deployment and Monitoring CAUTION: This email

RE: Query :.NET Ignite Node deployment and Monitoring

2023-05-02 Thread satyajit.mandal.barclays.com via user
folder How this feature can be done via .NET code ? Thanks Satyajit From: Pavel Tupitsyn Sent: Wednesday, May 3, 2023 10:21 AM To: Mandal, Satyajit: IT (PUN) Cc: user@ignite.apache.org Subject: Re: Query :.NET Ignite Node deployment and Monitoring CAUTION: This email originated from

Re: Query :.NET Ignite Node deployment and Monitoring

2023-05-02 Thread Pavel Tupitsyn
Hi Satyajit, NuGet deployment refers to the fact that you install Ignite from NuGet. Single-file deployment is about packaging your entire app (including your code, .NET code, Ignite dlls and jars) as a single file: https://learn.microsoft.com/en-us/dotnet/core/deploying/single-file/overview?tabs

Query :.NET Ignite Node deployment and Monitoring

2023-05-02 Thread satyajit.mandal.barclays.com via user
Hi Pavel, We are planning to deploy WebApi as windows service which will start Ignite on startup. Going through the Ignite deployment documentation specific to .NET and it mentions these two options. NuGet Deployment: Single File Deployment: What's the difference betwee