From 48e6768c6d3884304b18f65c03521978c7748af3 Mon Sep 17 00:00:00 2001 From: Kush Date: Thu, 17 Oct 2024 12:03:03 +0530 Subject: [PATCH] DA-596 Modified Change the image links to github raw links (#428) To show the images on Azure Data Studio changes the images link here. --- README.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index cb7c4d29..eb01e3b7 100644 --- a/README.md +++ b/README.md @@ -17,22 +17,22 @@ To connect to a Couchbase Cluster, follow these steps: 3. Check "Use Secure Connection" if you are connecting to Capella. 4. Finally, click on the "Connect" button to establish a connection to the cluster. -Add Connection to Cluster +![Add Connection to Cluster](https://raw.githubusercontent.com/Couchbase-Ecosystem/VSCode-Couchbase/refs/heads/main/gifs/AddConnection.gif) ### Connect, Disconnect or Delete a Cluster Connection Right-click on the connection to open the context menu. From the context menu, you will be able to choose between options to Connect, Disconnect or Delete the Cluster. -Connect/Disconnect to Cluster +![Connect/Disconnect to Cluster](https://raw.githubusercontent.com/Couchbase-Ecosystem/VSCode-Couchbase/refs/heads/main/gifs/Connection.gif) ### Interact with Buckets and Scopes Click on the bucket to see the list of Scopes associated with that bucket. Open the context menu on bucket to undertake actions such as creating a new Scope, refreshing existing Scopes, or obtaining administrative information about the Bucket. -Interact with Buckets and Scopes +![Interact with Buckets and Scopes](https://raw.githubusercontent.com/Couchbase-Ecosystem/VSCode-Couchbase/refs/heads/main/gifs/InteractWithBuckets.gif) ### Interact with Collections and Indexes Click on Scope to list Collections and Indexes. Open context menu on Collection directory to create a new Collection or to refresh Collections. -Interact with Collections and Indexes +![Interact with Collections and Indexes](https://raw.githubusercontent.com/Couchbase-Ecosystem/VSCode-Couchbase/refs/heads/main/gifs/InteractWithCollectionIndexes.gif) ### Interact with Documents @@ -41,7 +41,7 @@ Click on Scope to list Collections and Indexes. Open context menu on Collection 3. If you need to create a new document or search for an existing one, you can open the context menu by right-clicking on the Collection directory. 4. Once you have made any necessary changes to a document, you can save it using the "Ctrl + S" or "Cmd + S" shortcut keys. -Interact with Documents +![Interact with Documents](https://raw.githubusercontent.com/Couchbase-Ecosystem/VSCode-Couchbase/refs/heads/main/gifs/InteractWithDocuments.gif) ### Capella iQ 1. Use iQ natively in your extension. Sign in with your capella credentials and choose the iQ enabled org @@ -50,21 +50,21 @@ Click on Scope to list Collections and Indexes. Open context menu on Collection 4. Select a code related to couchbase query or SDK to ask more about it. 5. Use actions to open stuff in VSCode. Send feedback to the team for improvements. -use Capella iQ +![Use Capella iQ](https://raw.githubusercontent.com/Couchbase-Ecosystem/VSCode-Couchbase/refs/heads/main/gifs/iQDemo.gif) ### Open SQL++ Notebook 1. Simply right-click on the Cluster and select the "New SQL++ Notebook" option from the context menu. 2. Once you have opened the notebook, you will be presented with a powerful text editor that allows you to craft your SQL++ queries with ease. 3. And once you have completed your work, you can save the notebook to your local machine for future reference. -Open SQL++ Notebook +![Open SQL++ Notebook](https://raw.githubusercontent.com/Couchbase-Ecosystem/VSCode-Couchbase/refs/heads/main/gifs/QueryNotebook.gif) ### SQL++ Workbench 1. Fully functional workbench to run SQL++ query and see result in Tabular, JSON and Explain Plan format. 2. Query History to see last executed query. 3. Favourite your query and set Query context. -Use Query Inside Plugin +![Use Query Inside Plugin](https://raw.githubusercontent.com/Couchbase-Ecosystem/VSCode-Couchbase/refs/heads/main/gifs/workbench.gif) ### Data Export, Import, DDL Export and MongoDB Data Migrator Tools 1. Use Data Export to export particular bucket, scope or collections in your choice of format @@ -73,10 +73,11 @@ Click on Scope to list Collections and Indexes. Open context menu on Collection 4. Complete bucket cloning is now possible, right from the VSCode. Just do DDL Export and Data Export of the particular bucket. Then run the DDL Export queries for the target bucket and then Data Import to send all data in the newer bucket. 5. Use MongoDB Migrator Tool to migrate data from MongoDB to Couchbase including indexes -Interact with various Couchbase tools +![Interact with various Couchbase tools](https://raw.githubusercontent.com/Couchbase-Ecosystem/VSCode-Couchbase/refs/heads/main/gifs/DataTools.gif)
-MongoDB To Couchbase Data Migrator + +![MongoDB To Couchbase Data Migrator](https://raw.githubusercontent.com/Couchbase-Ecosystem/VSCode-Couchbase/refs/heads/main/gifs/MdbDataMigrator.gif)) ## License