few questions about if couchbase is my solution
Thu, 11/01/2012 - 06:28
Hi all !
I'm new with nosql and big data... I only use mysql as database engine.
But now I'm searching database and search engine.
I need something to do this:
- insert data (id, title, description, url) (at first time batch insert and then one by one)
- search as full text (for example in title AND description)
- search with synonyms
- related search or suggestions
- multiservers
Best regards for all of your suggestions or comments ;)
Hello Jack,
As usual you will find many ways to do what you want, and one of these ways can be Couchbase.
As a document oriented database you will be able to insert your data using JSON document (structured data). Using the different client SDK you will be able to quickly insert the data as batch and then in your application one by one.
Couchbase is integrated with Elastic Search to do the full text search (and related options: facet search, synonyms, ...)
Both Couchbase and Elastic Search run on multiple servers and are 'elastic', meaning you can easily add new nodes to your cluster when you need more space/power.
I invite you to take a look to this article blog post about Couchbase and Elastic Search integration:
http://blog.couchbase.com/couchbase-and-full-text-search-couchbase-transport-elastic-search
You can also look at the recorded webinars and Couchconf sessions about Full Text Search integration.
Regards
Tugdual
Tug
@tgrall