Coder Social home page Coder Social logo

martonlederer / deno_registry2 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from denoland/deno_registry2

0.0 0.0 0.0 1.84 MB

The backend for the deno.land/x service

Home Page: https://deno.land/x

License: MIT License

Makefile 3.02% TypeScript 95.32% JavaScript 1.66%

deno_registry2's Introduction

deno_registry2

This is the backend for the deno.land/x service.

Requirements

Preparing

  1. Create a cluster on MongoDB Atlas. A M2 cluster is enough in most cases.
  2. Create a database user on Atlas. They should have the read write database permission.
  3. Get the database connection string and insert the username and password for the created. It should look something like this: mongodb+srv://user:[email protected]/?retryWrites=true&w=majority.
  4. Save this connection string in AWS Secrets Manager with the name mongodb/atlas/deno_registry2 and the value key MongoURI.
  5. Create a database called production in your cluster.
  6. In this database create a collection called modules.
  7. In this collection create a new Atlas Search index with the name default and the mapping defined in indexes/atlas_search_index_mapping.json
  8. In this collection create a new index with the name by_repository like it is defined in indexes/by_repository.json
  9. In this collection create a new index with the name by_star_count like it is defined in indexes/by_star_count.json

Deploy

  1. Install aws CLI.
  2. Sign in to aws by running aws configure
  3. Install AWS sam CLI
  4. Run sam build && sam deploy --guided

deno_registry2's People

Contributors

lucacasonato avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.