search for: nosql

Displaying 20 results from an estimated 63 matches for "nosql".

2011 Feb 08
4
NoSQL Storage Backend
Hello, I found a posting on the mailing list from 2008 "Adding new storage backend to Dovecot" while searching for POP3 and IMAP servers, that allow to use a NoSQL backend rather than a traditional file system. The problem with traditional filesystems is, that they are very limited. You cannot easily extend it, even with RAID 10 all messages may be lost due to a RAID controller failure and just-in-time backups of a heavy loaded system with consistently ch...
2011 Oct 24
1
userdb with NoSQL database
Hi, I'm searching, but not found nothing about using userb with NoSQL databases: http://wiki2.dovecot.org/UserDatabase Are there any plans to implement this option? Thanks
2014 Jun 04
1
NoSQL support
Is there any support for NoSQL databases such as Cassandra (CQL) or MongoDB now or planned in the future for userdb and passdb lookups?
2010 Mar 12
1
nosql (it was mogilefs)
Yes, I?ve read these doc. I was just considering if someone had any experience with Mogile in email environment. Well, actually I?m trying to figure out if one of those nosql systems can store and scale email systems (ie, mailboxes - instead of maildir). I know mysql is always quoted as an option and discussed sometimes in the list. I think it?s an unnecessary overhead and bottleneck. As brainstorm. How about Cassandra, Tokyo-Tirant, Redis, and so on. Have you ever wor...
2016 Apr 26
3
RFC: LNT/Test-suite support for custom metrics and test parameterization
Hi Elena, Thanks for pushing forward with this. I like the idea of using a NoSQL solution. My primary reservation is about adding the new NoSQL stuff as an extra backend. I think the current database backend and its use of SQLAlchemy is extremely complex and is in fact the most complex part of LNT. Adding something more (as opposed to *replacing* it) would just make this worse...
2016 Apr 27
3
RFC: LNT/Test-suite support for custom metrics and test parameterization
...d test parameterization I think it's important that it remains simple to get a simple local instance up and running. That will make it easier for people to give LNT a try, and also makes it easier for LNT developers to have everything they need for developing locally. I have no experience with NoSQL database engines. Would it be possible, assuming you have the MongoDB/other packages installed for your system, to just run $ ~/mysandbox/bin/python ~/lnt/setup.py develop $ lnt create ~/myperfdb $ lnt runserver ~/myperfdb and be up and running (which is roughly what is required at the moment)? O...
2016 Apr 26
2
RFC: LNT/Test-suite support for custom metrics and test parameterization
...data kills the server. I ended up limiting those to a max of 10 datasets, and even that takes 30s to load. So I do think we need some improvements to the scalability. LNT usage is spread between two groups. Users who setup big servers, with Postgres and apache/Gunicorn. For those uses I think a NoSQL is the way to go. However, our second (and probably more common) user, is the people running little instance on their own machine to do some local compiler benchmarking. Their setup process needs to be dead simple, and I think requiring a NoSQL database to be setup on their machine first is a no...
2016 May 13
4
RFC: LNT/Test-suite support for custom metrics and test parameterization
...% of samples want to include arbitrary blobs of extra data. I think standardizing on PostgreSQL/JSON is the right approach here, given the standard PaaS support for PostgreSQL and its existing use within our deployments. SQLAlchemy has native support for this. 4. I don't actually think that a NoSQL database buys us much if anything (particularly when we have PostgreSQL/JSON available). We are not in a situation where we would need something like eventual consistency around writes, which leaves us wanting raw query performance over large sets of relatively well-structured data. I believe that...
2016 Apr 25
4
FW: RFC: LNT/Test-suite support for custom metrics and test parameterization
...nges will need getting some metrics separately and BLOB format will add some delay in time for queries. As we see now problem of performance is actual, because time for rendering graph page is about 3 minutes. [cid:image001.png at 01D19EFA.6E5F0A70] So maybe it will be better to start working with NoSql databases? I made a small prototype with TestSuite, TestSuiteFields, Test, Run and Sample tables for getting time metrics. It works quickly. And using NoSQL helps solve problems with different fields for samples metrics fields. Then it will be possible to store different metrics for different test...
2011 Sep 21
1
Webmail architecture : questions about cache and storage backend
...il. In this case this option is not really possible. 2) Use new dovecot-2.1 imap backend and develop a kind of dummy imap server listening to a custom port and storing emails inside a mongoDB database. Advantage is it allow replication very easily. 3) Wait for dovecot2.x to implement a NoSQL storage. Will it happen soon ? If you have other suggestions or ideas I would be happy to hear them. Vincent R.
2011 Dec 06
3
Riak on Camping
Good day, does anyone here have a clue on how to make use of the NoSQL database "Riak" with Camping? I am building my website and Riak seems like pretty much the ultimate database! This would probably ruin every little feature in ActiveRecord, I don''t think I''d be able to do any has_many''s or belongs_to but I''d LOVE...
2010 Oct 26
2
Exchange-replacement with SOGo
...o is that it uses existing IMAP server for mails rather than reimplementing yet another one itself. They seem to prefer Cyrus, but apparently Dovecot should work too. For non-mail (calendar, etc) it uses SQL, but I heard it's not too difficult to replace that either if someone would prefer some NoSQL database or something. http://www.sogo.nu/ http://www.openchange.org/
2010 Jul 19
0
Sr. Web Application Developer (RoR) Career Opportunity in San Francisco !!
...a background in Ruby-on-Rails (RoR); MUST use it for web application development not just creating web pages; NO interest in Web Designers. Candidates must have strong knowledge of the Ruby language, design principles and patterns. Solid knowledge of relational databases (Postgresql) and/or "NoSQL" document stores (MongoDB). * Experience with web front-end technologies and techniques including: SproutCore, JavaScript, HTML/CSS, jQuery, REST * Experience with agile engineering practices including: test-driven development, pair programming, refactoring and emergent design, continuous int...
2012 Dec 04
1
Reading JSON files from R
Hello All - I am trying to use RJSONIO to read in some JSON files. I was wondering if anyone could please comment on the level of complexity of the files it can be used to read, exports from or directly from NoSQL DBMS like MongoDB and such. Also, i understand that in reading the JSON file RJSONIO will automatically create the necessary structures. However I cannot seem to use to to read the file properly and get this error: Error in function (classes, fdef, mtable) : unable to find an inherited method...
2012 Mar 02
1
R developer opportunity in a computational marketing startup
...quot;, resume in PDF format and a cover letter which ideally should contain the following : - A difficult problem you solved in R which required you to significantly roll your own functions ( a brief description of what you created) - Accessing databases via R (any experience using key-value store/NoSQL databases via API(s) available for R like MongoDB) - Examples of your experience in using Big Data technologies - Links to any work you may have contributed to the R/open source community (for example, your GitHub page, R packages developed, any such project you're currently working on) - Links...
2013 Nov 14
1
Possible bug: TC with HFSC fails to load if umax is not provided
...r htb. The above bug renders umax value in tcclasses MANDATORY when you provide dmax value. -- Radosław Łoboda ------------------------------------------------------------------------------ DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access Free app hosting. Or install the open source package on any LAMP server. Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native! http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk
2011 Apr 11
12
Freelance Developer using Rails
Hi all, Is anyone doing freelance rails development? I need some advice before I jump in. Thanks, -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to
2015 May 08
0
Backup PC or other solution
...he time. - OpenOffice may well die due to brain drain from LibreOffice. They?ve both got big corporate backers. - The MySQL mailing list is getting a tiny fraction of the traffic it once enjoyed before the Oracle takeover; MySQL won?t go away any time soon for reasons of inertia, but MariaDB and NoSQL are surely taking large bites out of its user base. - Remember ESD and aRTS? They?ve all but been killed off by PulseAudio. They were the ?standard? of their time, backed by major Linux distributors. - How many ?standard? window managers has GNOME had over the years? - How many desktop manager...
2012 Mar 16
0
R-help Digest, Vol 109, Issue 16
Q #1: yesterday: A: 1. Restructure your database with NoSQL. ?See MongoDB.org. ? ? 2. Choose application language with which to work (and get Driver) and write your code. ? ? 3. R package - rmongodb.
2010 Mar 17
0
Rubynation DC April 9-10
...yle Banker, Corey Donohoe, Nick Sieger, Nathanial Talbott, Jon Larkowski, Aman Gupta, David Bock, and Joe Damato. And we have lots of great local speakers, like Paul Barry, Dave Bock, Jeff Casimir, and Russ Olsen. The topics are great, too. They stretch from getting under the covers of the MRI, to NoSQL solutions, to web services with Ruby, to testing, to Rails 3, to functional programming and on from there. We also have a Beer and Barbeque Bash, sponsored by our friends at MetroStar Systems. So, come on down for the Cherry Blossoms and the Air and Space Museum, and stay for the Ruby goodness in...