Digital Education Resources - Vanderbilt Libraries Digital Lab

Application Hosting and Management

Amazon Web Services (AWS)

AWS offers many services for deploying applications in the cloud. They include Simple Storage Service (S3), Elastic Compute Cloud (EC2) cloud servers, simple DynamoDB NoSQL databases, and Lambda serverless computing. You can open a small-scale personal account for one year for free. Vanderbilt IT provides some support for AWS cloud services.

For more information about getting started with AWS, visit this page.

DigitalOcean

DigitalOcean provides a number of cloud computing resources. Droplets are virtual machines in which you can deploy code in the cloud. They also provide database and simple object storage services. Although its services are less extensive than AWS, they may be simpler to use.

Code Ocean

Code Ocean is a platform that allows you to create, collaborate on, and run code online. The system allows you to not only make your code available openly, but allows others to actually execute that code to see how it works. The service is free for individual researchers.

Wikidata and Wikibase

Wikidata is a free and open knowledge base to which anyone can contribute. It provides an easy-to-use graphical interface for entering data, but also allows machine-assisted uploading of data. The data can be searched using the Wikidata Query Service, a SPARQL-based interface that is machine-accessible.

Wikibase is the underlying platform that supports Wikidata. You can install Wikibase yourself to host your own Wikidata-like dataset that can be curated by your own organization.

Some Wikidata resources

Docker

Docker is a system that allows you to containerize a deployed application along with all of its configuration settings and associated files. When you deploy a Docker container image, it is ready to run. If you mess up a container, you can destroy it and redeploy the image.

See this page for more information on Docker.


Revised 2020-01-07

Questions? Contact us

License: CC BY 4.0.
Credit: "Vanderbilt Libraries Digital Lab - www.library.vanderbilt.edu"