D Language Implementation of DIgitalOcean API

2019-09-03 Thread aberba via Digitalmars-d-announce

https://forum.dlang.org/post/uhchyejwoxilbrhkt...@forum.dlang.org

On Thursday, 8 October 2015 at 08:43:38 UTC, Laeeth Isharc wrote:

I'm sorry, but I posted in the wrong group before.

Digital Ocean provide cloud infrastructure (KVM servers).  They 
serve a somewhat different market to Amazon's AWS and similar 
offering a much less complex product for a significantly lower 
price (especially if you pay the sticker price for Amazon).  
Unlike some other VPN providers, their servers are fast and my 
experience and that of others has been there is less contention 
for resources compared to some alternative lower-priced 
providers.


https://www.digitalocean.com/features/technology/
https://www.digitalocean.com/pricing/
$10/mo for 1GB RAM + 30 Gb SSD

I have ported their API v2 to D.  It's not very well-tested for 
the time being, and given the conceivable risks if your 
software should go haywire, it might not be a good idea to use 
in production just yet.  But perhaps somebody may find it 
useful.


Link to the code.dlang.org is here:
http://code.dlang.org/packages/digitalocean_api

DNSMadeEasy API coming up.


Laeeth.


Very very nice to have. Thanks a lot!!


Re: D Language Implementation of DIgitalOcean API

2019-08-29 Thread Zenmarc via Digitalmars-d-announce

On Thursday, 8 October 2015 at 08:43:38 UTC, Laeeth Isharc wrote:

I'm sorry, but I posted in the wrong group before.

Digital Ocean provide cloud infrastructure (KVM servers).  They 
serve a somewhat different market to Amazon's AWS and similar 
offering a much less complex product for a significantly lower 
price (especially if you pay the sticker price for Amazon).  
Unlike some other VPN providers, their servers are fast and my 
experience and that of others has been there is less contention 
for resources compared to some alternative lower-priced 
providers.


https://www.digitalocean.com/features/technology/
https://www.digitalocean.com/pricing/
$10/mo for 1GB RAM + 30 Gb SSD

I have ported their API v2 to D.  It's not very well-tested for 
the time being, and given the conceivable risks if your 
software should go haywire, it might not be a good idea to use 
in production just yet.  But perhaps somebody may find it 
useful.


Link to the code.dlang.org is here:
http://code.dlang.org/packages/digitalocean_api

DNSMadeEasy API coming up.


Laeeth.


Thanks for sharing this information, I am using WordPress on 
DigitalOcean server on Cloudways Platform, It's quite easier 
there to install WordPress and manage multiple websites from one 
server. 
https://www.cloudways.com/blog/host-wordpress-on-digitalocean/


D Language Implementation of DIgitalOcean API

2015-10-08 Thread Laeeth Isharc via Digitalmars-d-announce

I'm sorry, but I posted in the wrong group before.

Digital Ocean provide cloud infrastructure (KVM servers).  They 
serve a somewhat different market to Amazon's AWS and similar 
offering a much less complex product for a significantly lower 
price (especially if you pay the sticker price for Amazon).  
Unlike some other VPN providers, their servers are fast and my 
experience and that of others has been there is less contention 
for resources compared to some alternative lower-priced providers.


https://www.digitalocean.com/features/technology/
https://www.digitalocean.com/pricing/
$10/mo for 1GB RAM + 30 Gb SSD

I have ported their API v2 to D.  It's not very well-tested for 
the time being, and given the conceivable risks if your software 
should go haywire, it might not be a good idea to use in 
production just yet.  But perhaps somebody may find it useful.


Link to the code.dlang.org is here:
http://code.dlang.org/packages/digitalocean_api

DNSMadeEasy API coming up.


Laeeth.


D language implementation of DigitalOcean API

2015-10-07 Thread Laeeth Isharc via Digitalmars-d
Digital Ocean provide cloud infrastructure (KVM servers).  They 
serve a somewhat different market to Amazon's AWS and similar 
offering a much less complex product for a significantly lower 
price (especially if you pay the sticker price for Amazon).  
Unlike some other VPN providers, their servers are fast and my 
experience and that of others has been there is less contention 
for resources compared to some alternative lower-priced providers.


https://www.digitalocean.com/features/technology/
https://www.digitalocean.com/pricing/
$10/mo for 1GB RAM + 30 Gb SSD

I have ported their API v2 to D.  It's not very well-tested for 
the time being, and given the conceivable risks if your software 
should go haywire, it might not be a good idea to use in 
production just yet.  But perhaps somebody may find it useful.


Link to the code.dlang.org is here:
http://code.dlang.org/packages/digitalocean_api

DNSMadeEasy API coming up.


Laeeth.