Re: NoSQL
Re: NoSQL
- Subject: Re: NoSQL
- From: Ray Kiddy <email@hidden>
- Date: Fri, 02 Oct 2015 14:42:50 -0700
On Thu, 01 Oct 2015 19:22:54 +0100
Gino Pacitti <email@hidden> wrote:
> Has anyone any thoughts on NoSQL and WO integrations and usage?
>
>
It depends if you are talking about NoSQL on the server side, or are
you talking about the whole "NoSQL ecosystem" that seems to have
developed? I usually say that I am mostly a "YesSQL" developer. Of
course, I could be not doing myself any favors by making this joke.
I just had an odd experience using a "no sql" solution. Someone wanted
a WO app to access user contacts on solve360.com. I ended up setting up
"attributes" on the user object using a "note" feature on solve360 and
there was no other database.
It was surprisingly easy to forget that I did not actually have a
database and was really just working with an on-line key-value store.
The main difference seemed to be that when I moved my app around
between different deployment platforms, I did not have to do anything
with the database. It just worked. It was kind of as if I had
migrations that just worked without my thinking about them.
It occurred to me that it would be just as easy to use etcd, or
something like that, to persist some data from an app.
In the other direction, I was just thinking of writing in to complain
about the apps that need bower or npm or things of that ilk to build
their web-server sides. I have been using bootstrap and want to use the
less flavor of it instead. But I want to be able to see these things
when I build in eclipse and then I want to be able to deploy them. This
seems very fragile in the face of the kinds of problems I make for
myself. When I have a dev system, an integration site, and a
deployment site, the display of the js/css smarts on one or two of
these seems to get messed up within some random amount of time. It
seems to just take longer than it should to get it all working. You
know, having friends like these, who needs enemies?
Does anyone have tools like less integrated with WOLips or other
WebObjects tools?
Erf. Maybe using these NoSQL tools would be easier if I did not also
want to use WebObjects and/or WOLips. It is hard to say.
- ray
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >NoSQL (From: Gino Pacitti <email@hidden>) |