New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

azu-js

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

azu-js

Azure Utilities, such as for Cosmos DB, Storage, OpenAI, and Cognitive Search

latest
npmnpm
Version
1.0.3
Version published
Maintainers
1
Created
Source

azu-js

  • Reusable code, implemented in TypeScript, for rapid application Development in Azure
  • Augments the official Cosmos DB SDK for JavaScript at https://github.com/Azure/azure-sdk-for-js
  • The focus is on the Azure Cosmos DB, Azure OpenAI, Azure Cognitive Search, and Azure Blob Storage
  • See the unit tests and the console_app/ directory for example use of the azu-js package
  • See the azu-js typings and interfaces documentation at https://github.com/cjoakim/azu-js/tree/main/docs
  • The npm package is available here: https://www.npmjs.com/package/azu-js?activeTab=readme
  • See the reference Web Application at https://github.com/cjoakim/azure-cosmos-db-ts-web
  • Developed by Chris Joakim, Azure Cosmos DB Global Black Belt

azu-js Current Implementation State and Roadmap

Functionalityv1.0.3 SupportCodebase StateImplementation Class
Azure Blob StorageyesImplementedBlobUtil
Local FilesystemyesImplementedFileUtil
Azure Cosmos DB NoSQL APIyesImplementedCosmosNoSqlUtil
Azure OpenAIyesImplemented (1)OpenAiUtil
Azure Cognitive SearchyesImplemented (2)CogSearchUtil
Azure Cosmos DB Mongo APInoNot yet implementedCosmosMongoUtil
Azure Cosmos DB PostgreSQL APInoNot yet implementedCosmosPgUtil
PaaS Service ProvisioningnoNOT Planned(3)

Footnotes

  • (1) embeddings and dalle image generation are implemented
  • (2) supports both traditional and vector search
  • (3) PaaS service provisioning functionality is not planned; please use az CLI, ARM, Bicep, Terraform, etc. instead

Dependencies

Your application package.json file should include the following:

    "dependencies": {
        "@azure/cosmos": "4.0.0",
        "@azure/openai": "^1.0.0-beta.7",
        "@azure/storage-blob": "^12.16.0",
        "axios": "^1.5.1",
        "uuid": "^9.0.1"
        "azu-js": "1.0.3"
    },

Version History

VersionDateChanges
1.0.32023/11/19Added PriorityLevel and IC Staleness support to CosmosNoSqlUtil
1.0.22023/10/29Added configurable class AzuLogger, optionally uses winston
1.0.12023/10/21Added CosmosNoSqlUtil#patchDocumentAsync
1.0.02023/10/16First GA release with new TypeScript codebase
0.1.x2017Alpha versions, implemented in JavaScript

Keywords

azure

FAQs

Package last updated on 19 Nov 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts