GithubHelp home page GithubHelp logo

pkdevboxy / public-databases Goto Github PK

View Code? Open in Web Editor NEW

This project forked from orientechnologies/public-databases

0.0 2.0 0.0 145 KB

This repository contains the registry of OrientDB public databases.

License: The Unlicense

public-databases's Introduction

public-databases

This repository contains the registry of OrientDB public databases. The file config.json is read by OrientDB Studio web tool when the user looks for a public database to download.

If you would like to see your database to appear here, please update the config.json file adding your database information and send a Pull Request. We'll review your database and if everything is ok it will be updated and available to everybody. Your database can be hosted by your own or at Orient Technologies servers.

This is the format of config.json file:

{
  "<database name>" : {
    "description" : "<description will appear in Studio>",
    "license" : "<license type>",
    "versions": {
      "<version as 3 numbers separated by dots. Example 02.00.00>" : {
        "compatibleFrom" : "<OrientDB version compatible>",
        "releasedOn" : "<release date, in the format: yyyy-MM-dd. Example: 2014-08-30>",
        "url": "<url of .zip file containing the database>"
      }
    }
  }
}

Example:

{
  "GratefulDeadConcerts" : {
    "description" : "Database containing the concerts of the Grateful Dead band",
    "license" : "Creative Commons",
      "versions": {
        "02.00.00" : {
        "compatibleFrom" : "02.00.00",
        "releasedOn" : "2014-08-30",
        "url": "http://www.orientechnologies.com/public-databases/GratefulDeadConcerts.zip"
      }
    }
  }
}

Databases must be released as zip file of the folder containing the OrientDB database. The folder must contains no sub-folders. No hidden or special files are allowed (example: .DS_Store).

public-databases's People

Contributors

ljantzen avatar lvca avatar

Watchers

 avatar  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.