Start Here

Sign up for an EDJX Account

To sign up for an EDJX Account, click here. You can click Sign In With Google or enter an email address you want to associate with the account.

Both methods of signup require two-factor authentication for the initial setup; therefore, you need to have access to your Google or email account to verify the account information you enter. See Sign Up for EDJX Account for detailed instructions.

Logging into EdjConsole

There are two ways to log into EdjConsole:

  • Use the Welcome Email

  • Go directly to the Sign-in Page

If you are a returning user, go to the Sign-in Page. If you are a new user and logging into the EdjConsole for the first time, see Sign into the EdjConsole for detailed instructions.

Use the Platform

Now that you are all signed up and logged into the EdjPlatform you can now use the EdjPlatform as your Edge Computing solutions for:

  • EdjCDN - Serving as your content delivery network (CDN), the EdjPlatform stores your content to be available on all EdjCDN edge servers.

  • EdjDNS - Use the EdjPlatform to manage your domain zones and their corresponding resource records.

  • EdjFunctions - The EdjPlatform compiles your serverless applications to target WebAssembly (WASM) and instantly deploys that code to the edge network.

  • EdjStorage - The EdjPlatform allows you to manage and store your buckets and files in one place.

EdjCDN

The EdjCDN makes the transmission of your content more efficient for your customers.

See Manage EdjCDN to read about what EdjCDN can do for your website traffic.

EdjDNS

Adding a domain to your account lets you manage the domain’s DNS records with the EdjPlatform.

Configuration is dependent on which domain zone setup type you want to create: Full or CNAME.

Visit Manage EdjDNS to read about the supported domain zones and the resource records.

EdjFunctions

EDJX currently supports the building, management, and deployment of Rust and C++ applications. For large data sets, you can use the streaming services for building serverless functions. It results in optimal memory usage during data transfer to/from EDJX Storage and HTTP transfers.

See Manage EdjFunctions to read about how to use EdjFunctions to build, deploy, and easily manage your serverless applications.

Rust Developers

Sample EDJX serverless Rust functions are available in the EDJX Rust Example code repo. See also EDJX SDK Documentation for Rust and Using Rust to Create an EdjFunction.

C++ Developers

Sample EDJX serverless C++ functions are available in the EDJX C++ Example code repo. See also EDJX SDK Documentation for C++ and Using C++ to Create an EdjFunction.

If you need to create a .wasm file, you can use the EdjCLI to build one. See the example on the function build page if you need help creating a .wasm file.

EdjStorage

The EdjPlatform can operate as your decentralized object storage to store your files within buckets. A EdjStorage bucket is a logical folder within an organization.

See Manage EdjStorage to read about how EdjStorage can manage your data.