Getting started with ASP.NET Core and Couchbase

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

Thanks for the wonderful information. Do we have any other videos/blog/information with tech stack .net core 2.1 +couchbase ?

VinayKumar-queg
Автор

This video was super helpful! Any chance you would do one similar for Xamarin and Couchbase Lite?

camblev
Автор

Hi Matthew, thanks for this content, I have entered the two documents and then when tried to create the index "CREATE INDEX ix_type ON demo(type); " I've got the error code 5000 with msg: "GSI CreateIndex() - cause: Fails to create index. There is no available index service that can process this request at this time. Index Service can be in bootstrap, recovery, or non-reachable. Please retry the operation at a later time.",
"query_from_user": "CREATE INDEX ix_type ON demo(type);"" tried with "Community Edition 6.0.0 build 1693" on Windows 10.

anassl.
Автор

hi,
I have couchbase 7 community edition but there is no full bucket access role, can you please suggest how to enable that?
Thanks!!

sharashchandraudupa
Автор

As I could not get Couchbase Server CE to work, I installed the Enterprise Edition on a local test machine, this edition worked just fine when using localhost or when using the host machine name when accessing it through my machine browser. But when tried to access using your code, by replacing "localhost" by the host name in startup.cs, I succeeded to run swagger but failed to fetch data, could you please help me to get it to work ?

anassl.