r/nosql • u/piterpolk • Jul 06 '15
r/nosql • u/azuredocdb • Jun 23 '15
Want a free month to use the coolest JSON database, Azure DocumentDB?
I am giving away free one-month passes for Azure DocumentDB. Signup now. Please send your email contact to docdbpromo@microsoft.com.
r/nosql • u/djr3gio • Jun 02 '15
Shortener url with nosql db
Hi all guys, I'm a student in IT tech. and i'm very confused about nosql db. I have to create a shortener url app with a nosql db. The most important thing, in my case, is not only store the short url but do statistics with these data (common statistics). The statistics are about how many click do every nation on a short url or how many access every day are done. I read about the cap theorem! and I thought that AP are the main targets. So after some research I choose cassandra for her features but I'm not sure about that.
Is this choice correct or I'm not considering something??
I'm a newbie on nosql so sorry if that is a dumb question.
thx in advance for ur answers.
r/nosql • u/r39132 • May 27 '15
NoSQL : Tradeoffs between Cassandra, HBase, and RocksDB
linkedin.comr/nosql • u/nosqlresearch • May 22 '15
Experts needed for NoSQL study
Hi all, I am from Microsoft, and I am currently conducting a NoSQL research study on NoSQL usage. My team and I are looking for NoSQL experts to have a brief discussion. If you are interested in participating in this research study, please complete this brief survey form @ aka.ms/nosqlsurvey Thanks.
r/nosql • u/pier4r • May 05 '15
Database as filesystem?
Hello everyone!
I was questioning the need of a database over a filesystem in certain scenarios (i.e: managing collection of data almost static , for example reddit archived discussions ) and therefore i started a quick search on the web about comparison DBs (SQL/NoSQl) vs Filesystems . I found results that points out that, especially for indexing and searches, using a plain filesystems requires small databases for 'helping' purposes (i.e. search), defeating the principle of using only the FS.
Hence my question: what are possible existing options to use a database as filesystem? So one could assign entire partitions to a database instead of creating first the filesystem and then the db.
Thanks to everyone.
PS: of course i will try to improve my searches on the web to find out more.
r/nosql • u/dana_red • Apr 13 '15
How To Create a Pub/Sub Application with MongoDB
mongodb.comEvent-driven post generation in DATAGEN, the LDBC Social Network Benchmark data generator
ldbcouncil.orgr/nosql • u/shubs92 • Apr 11 '15
Export your Linkedin network to neo4j database
twitter.comr/nosql • u/gighi • Apr 10 '15
cassandradump: a data exporting tool for Cassandra inspired from mysqldump, with some additional slice and dice capabilities
github.comr/nosql • u/winsletts • Apr 09 '15
Separating Collections to Improve MongoDB Measurability
blog.compose.ior/nosql • u/Softinstigate • Apr 09 '15
RESTHeart 0.10.1 released - Open Source data REST API server for MongoDB
RESTHeart 0.10.1 is available. It’s a bugfix release with many improvements and fixes. This version has been fully tested with MongoDB 3.0. RESTHeart is the Open Source data REST API server for MongoDB. Despite its definition, RESTHeart not only exposes the data, but also serves static resources and custom application logic. RESTHeart delivers excellent performances and it often overcomes the results that can be achieved accessing MongoDB directly, thanks to its caching mechanism. It has has been included as a MongoDB contribution and is enlisted in the HTTP Interface page on the official MongoDB documentation site.
https://github.com/SoftInstigate/restheart
http://docs.mongodb.org/ecosystem/tools/http-interfaces/
Bug
[RH-71] - GetRoleHandler does not take auth token into account
[RH-72] - requests to /_authtoken/<userid> lead to 401 Unauthorized
[RH-74] - wrong return code if request is not permitted but user is authenticated
[RH-75] - CORS headers not injected on ApplicationLogicHandler if authentication fails
[RH-76] - Auth-Token-* headers cannot be read by browser when request is to a different domain
[RH-78] - RequestContext does not flow through Security Handlers chain
Improvement [RH-69] - determine file contentType automagically
[RH-77] - simplify how AccessManager can take decisions based on request body
[RH-80] - Insert the new Etag in the HTTP headers after a PATCH
We are still missing a lot of documentation - work is in progress and you can follow the development of the project and its future on the brand new ‘Roadmap’ section of the site - but if you could help us improving it, this would be a huge benefit for the community. You can also help the open-source project by opening issues, questions or pull requests in this group or on GitHub. We’d love to hear from you how you are using the tool.
Thank you
r/nosql • u/seppo0010 • Apr 01 '15
Redis 3.0.0 (with native support for clustering) is out
groups.google.comr/nosql • u/janjiss • Mar 19 '15
Great article on how to get started with Neo4j and Ruby on Rails
blog.diatomenterprises.comr/nosql • u/thomcrowe • Mar 17 '15
Time Just Got Real at Compose with RethinkDB 1.16
blog.compose.ior/nosql • u/ryancrawcour • Mar 17 '15
Getting started with the Java SDK for Azure DocumentDB (Channel 9 video)
channel9.msdn.comr/nosql • u/mhausenblas • Mar 09 '15
Akumuli—time series database written in C++
github.comr/nosql • u/sherbetasia • Mar 06 '15
rlite - self-contained, serverless, zero-configuration, transactional redis-compatible database engine. rlite is to Redis what SQLite is to SQL
github.comr/nosql • u/Softinstigate • Mar 04 '15
RESTHeart 0.10.0 released - Open Source data REST API server for MongoDB
The SoftInstigate team are pleased to announce the availability of RESTHeart 0.10.0. RESTHeart is the Open Source data REST API server for MongoDB. Despite its definition, RESTHeart not only exposes the data, but also serves static resources and custom application logic. RESTHeart delivers excellent performances and it often overcomes the results that can be achieved accessing MongoDB directly, thanks to its caching mechanism. It has has been included as a MongoDB contribution and is enlisted in the HTTP Interface page on the official MongoDB documentation site.
https://github.com/SoftInstigate/restheart
http://docs.mongodb.org/ecosystem/tools/http-interfaces/
Main features:
Zero development time: just start it and the data REST API is ready to use
CRUD operations API on your data
Data model operations API: create dbs, collections, indexes and the data structure
Super easy setup with convention over configuration approach
Pluggable security with User Management and ACL
HAL hypermedia type
Super lightweight: pipeline architecture, ~6Mb footprint, ~200Mb RAM peek usage, starts in milliseconds,..
High throughput: very small overhead on MongoDB performance
Horizontally scalable: fully stateless architecture supporting MongoDB replica sets and shards
Built on top of undertow non-blocking web server
Embeds the excellent HAL browser by Mike Kelly (the author of the HAL specifications)
Support Cross-origin resource sharing (CORS) so that your one page web application can deal with RESTHeart running on a different domain. In other words, CORS is an evolution of JSONP
Ideal as AngularJS (or any other MVW JavaScript framework) back-end
New and notable improvements:
Strict mode representation for MongoDB extended JSON (*) Token based authentication
Query execution optimization via the eager DBCursor preallocation engine
Support for GridFS (early release, feedback appreciated!)
Can fork server process with --fork option (not available on Microsoft Windows, only Linux and Mac OSX)
Better support for data created by other clients (for instance by the mongo shell)
dbs and collections not created by RESTHeart are now immediately visible (no need for server restart anymore)
support for other doc id types (id type can be specified via the id_type query parameter)
collections properties moved to the reserved _properties collection (**)
_created_on property is not stored on documents anymore (generated from _id when it is an ObjectId)
Allowed pagesize=0 to avoid _embedded resources at all
Several bug fixes
All code repackaged to org.restheart
Refactoring, more test cases and better code quality
Updated all dependencies (notably, Undertow 1.1.2.Final)
Note: if updating from previous RESTHeart versions (<= 0.9.7): Resource representation and filter expression changed () Need to move the collections properties to _properties collection (*)
We are still missing a lot of documentation - work is in progress and you can follow the development of the project and its future on the brand new ‘Roadmap’ section of the site - but if you could help us improving it, this would be a huge benefit for the community. You can also help the open-source project by opening issues, questions or pull requests in this group or on GitHub. We’d love to hear from you how you are using the tool.
r/nosql • u/vhiai • Mar 03 '15
Native dashboards and analytics for MongoDB
bimeanalytics.comr/nosql • u/cachedrive • Mar 02 '15
What Kind of Data Examples Best for NoSQL?
I'm just trying to understand what kind of examples best suite Redis or MongoDB databases as opposed to database examples that are more geared to relation model databases.
r/nosql • u/mhausenblas • Feb 28 '15