Azure Databases extension for VS Code
Перейти к файлу
Stephen Weatherford d01f88c1fa Add curvy lines 2017-11-09 20:22:13 -08:00
.vscode Display graphs 2017-11-03 17:32:49 -07:00
grammar Fix grammar to exclude , in string 2017-05-11 17:07:35 +02:00
resources Add curvy lines 2017-11-09 20:22:13 -08:00
src Add curvy lines 2017-11-09 20:22:13 -08:00
test Improve styling of statistics 2017-11-09 13:21:07 -08:00
.gitignore Change versioning in package-lock (#147) 2017-11-06 09:01:12 -08:00
.travis.yml Only send build notifications for failures 2017-08-11 14:26:38 -07:00
CHANGELOG.md Prep for 0.2.0 release (#164) 2017-11-09 20:31:06 +00:00
LICENSE.md Prep for publish 2017-06-09 14:39:09 -07:00
README.md Prep for 0.2.0 release (#164) 2017-11-09 20:31:06 +00:00
package-lock.json Clean up 2017-11-06 16:59:29 -08:00
package.json Add right-click menu commands to graph nodes 2017-11-09 20:42:08 +00:00
thirdpartynotices.txt Add underscore to thirdpartynotices 2017-11-02 17:26:21 +00:00
tsconfig.json Clean up 2017-11-06 16:23:49 -08:00

README.md

Cosmos DB Support for VS Code (Preview)

Prerequisites

Features

Cosmos DB Explorer

  • Create a Cosmos DB account by clicking the + button in the title
  • View Azure Cosmos DB accounts and open directly in the portal
  • View/Create/Delete databases, collections, graphs, and documents
  • Click on a document to open in the editor
  • Click on a graph to visualize data
  • Query graph using Gremlin
  • Edit a document and persist changes to the cloud
  • Attach a Mongo server by clicking the plug icon in the title

*Support for Table accounts in CosmosDB is coming soon!

Mongo "Scrapbooks"

  • Configure the user setting mongo.shell.path to your mongo shell executable path
  • Click on any DB to open the Mongo shell playground editor
  • Enter your scripts, eg: db.<collectionName>.find()
  • IntelliSense (completions) will be provided as you write your scripts
  • Select the script and press CMD+" (CTRL+" on Windows and Linux) to see the results

Sign in to Azure to view your Cosmos DB Accounts

Azure Sign In

Create a Cosmos DB Account

Create Cosmos DB Account

Create and Run Mongo Commands in a Scrapbook with Rich Intellisense

Mongo Intellisense

Contributing

There are a couple of ways you can contribute to this repo:

  • Ideas, feature requests and bugs: We are open to all ideas and we want to get rid of bugs! Use the Issues section to either report a new issue, provide your ideas or contribute to existing threads.
  • Documentation: Found a typo or strangely worded sentences? Submit a PR!
  • Code: Contribute bug fixes, features or design changes:
    • Clone the repository locally and open in VS Code.
    • Open the terminal (press CTRL+`) and run npm install.
    • To build, press F1 and type in Tasks: Run Build Task.
    • Debug: press F5 to start debugging the extension.

Before we can accept your pull request you will need to sign a Contribution License Agreement. All you need to do is to submit a pull request, then the PR will get appropriately labelled (e.g. cla-required, cla-norequired, cla-signed, cla-already-signed). If you already signed the agreement we will continue with reviewing the PR, otherwise system will tell you how you can sign the CLA. Once you sign the CLA all future PR's will be labeled as cla-signed.

Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Telemetry

VS Code collects usage data and sends it to Microsoft to help improve our products and services. Read our privacy statement to learn more. If you dont wish to send usage data to Microsoft, you can set the telemetry.enableTelemetry setting to false. Learn more in our FAQ.

License

MIT