bhbsoft / fluffycloud

fluffycloud
0 stars 0 forks source link

Add json interface into Springboot #18

Open armondhonore opened 10 years ago

armondhonore commented 10 years ago

add ability to load json docs from Mongo DB inside of the fluffy cloud app.

https://gist.github.com/armondhonore/9ffdaa11747b5ae0744b

amitmetadesi commented 10 years ago

Here the Fluffy Datastore will contain all the default Json for the commands. So do we have to add some Id attribute to each command before saving else we can also use action as a Id attribute. Please suggest.

amitmetadesi commented 10 years ago

Please share the connection details for the remote database.

armondhonore commented 10 years ago

for the ids are you talking about account credentials or the actual id/name identifier of the actually command

amitmetadesi commented 10 years ago

Here id means an auto incrementing value attached to each command. However we can use Command action values such as describevpcs, createroute as Ids(already tested this approach). These actions are also unique for each command and using them as ids makes more sense.