Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

DEPRECATED: This service was written for an older version of ArangoDB and is no longer supported.

License

Notifications You must be signed in to change notification settings

arangodb-foxx/demo-hello-foxx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An ArangoDB Foxx Demo Application

Foxx is an easy way to create APIs and simple web applications from within ArangoDB. It is inspired by Sinatra, the classy Ruby web framework.

"hello-foxx" is the hello world example for Foxx. Its description file can be found in the applications folder.

{
  "description": "This is 'Hello World' for ArangoDB Foxx.",
  "author": "Frank Celler",

  "versions": {
    "1.2.0" : { "type": "github", "location": "fceller/hello-foxx", "tag": "v1.2.0" }
  }
}

The description file is a JSON document with the attributes:

  • description: a short description of the application
  • author: the name of the author, an email address, or a twitter handle
  • versions: a list of available versions

In order to install this application into your local ArangoDB installation, you can use the foxx-manager like this

foxx-manager install hello-foxx /hello

This will download the application into your local installation of ArangoDB (which must be up and running) and mount it under the path "/hello".

If you now visit

http://localhost:8529/hello

you should see a nice fox.

About

DEPRECATED: This service was written for an older version of ArangoDB and is no longer supported.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages