Skip to content

Commit

Permalink
DA-596 Modified Change the image links to github raw links (#428)
Browse files Browse the repository at this point in the history
To show the images on Azure Data Studio changes the images link here.
  • Loading branch information
AayushTyagi1 authored Oct 17, 2024
1 parent 7205bdf commit 48e6768
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<img src="gifs/AddConnection.gif" height="80%" width="80%" alt="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.

<img src="gifs/Connection.gif" height="80%" width="80%" alt="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.

<img src="gifs/InteractWithBuckets.gif" height="80%" width="80%" alt="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.

<img src="gifs/InteractWithCollectionIndexes.gif" height="80%" width="80%" alt="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
Expand All @@ -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.

<img src="gifs/InteractWithDocuments.gif" height="80%" width="80%" alt="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
Expand All @@ -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.

<img src="gifs/iQDemo.gif" height="80%" width="80%" alt="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.

<img src="gifs/QueryNotebook.gif" height="80%" width="80%" alt="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.

<img src="gifs/workbench.gif" height="80%" width="80%" alt="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
Expand All @@ -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 <a href="https://www.couchbase.com/blog/migrate-from-mongodb-to-couchbase/">MongoDB Migrator Tool</a> to migrate data from MongoDB to Couchbase including indexes

<img src="gifs/DataTools.gif" height="80%" width="80%" alt="Interact with various Couchbase tools" />
![Interact with various Couchbase tools](https://raw.githubusercontent.com/Couchbase-Ecosystem/VSCode-Couchbase/refs/heads/main/gifs/DataTools.gif)

<br>
<img src="gifs/mdbDataMigrator.gif" height="80%" width="80%" alt="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
Expand Down

0 comments on commit 48e6768

Please sign in to comment.