Unsolved
This post is more than 5 years old
3 Posts
0
1207
July 6th, 2011 04:00
Simulate Atmos service connection
Hi,
While waiting on the service account I was wondering if there is a way to simulate the server connection in order to proceed with development and integration testing.
Does someone already developed a simple http-server responding on REST request with dummy http 200 REST-responses?
Thanks for your help,
Markus
No Events found!


rbala1
222 Posts
0
July 6th, 2011 06:00
Markus,
There is not a simple HTTP server that emulates Atmos, but you do have the option of downloading Atmos Evaluation Edition which consists of 4 pre-installed Atmos nodes designed for VMWare ESX.
The ESX option may be more complex than what you're looking for perhaps so you may also consider using an Atmos service provider partner for development. They do charge to use their services, but for API development purposes the charges may be negligible.
Raj
M_22
3 Posts
0
July 7th, 2011 00:00
Thanks Raj,
I am looking on the Atmos Interface from a developers perspective, so I am not setting up or configuring the Atmos System.
So the Atmos Evaluation Edition would cause to much effort, before I can use it.
My company already ordered the Atmos System from EMC.
It should be available in the next 2 to 4 weeks. Therefore we will not consider an Atmos Service provider partner.
The Atmos System replaces a tape-based Archive system and we are currently preparing the old file system interface to be REST compatible.
In order to move forward with this we alread started to write a small http-server simulating the REST http responses.
~Markus