Git Product home page Git Product logo

elevator's Introduction

Elevator Logo

Elevator

Multi-instance digital asset repository

Elevator can store content in any format, such as images, audio, video, 3D objects, Sharable Content Object Reference Model (SCORM) bundles, and Portable Document Files (PDF) files. Elevator also provides a suite of standard tools for previewing and playing even exotic assets, like 3D walkthroughs and rotatable 3D objects.

Features

  • Flexible metadata schema. Create the schemas that are appropriate for your content, mix and match schemas, or make changes at any time.
  • Any digital asset. Traditional media files, a Microsoft Office document, a SCORM bundle, or a proprietary filetype - Elevator can catalog it, archive it, and in most cases offer rich display.
  • Cloud storage. Designed to run on the Amazon Web Services.

Resources

Contact

elevator's People

Contributors

cmcfadden avatar jxjj avatar

Stargazers

Matt avatar Martin Juul avatar Kevin Anchukaitis avatar  avatar machiko avatar Gavin Lefebvre avatar sascha benjamin cohen avatar  avatar Erik Anderson avatar Brian Dunnette avatar

Watchers

 avatar Peter Brewer avatar James Cloos avatar  avatar  avatar

elevator's Issues

Reveal map by default for "location" metadata widget

On the /assetManager/editAsset/ view, I'd love to see the "Reveal Map" button ditched and just have the map revealed by default. (Perhaps also shorten the height a bit so the map stays "above the fold" when it's revealed.)

ErrorException: Warning: rmdir(/scratch/1331767622465abef335ce06-source_extracted): Directory not empty

Need to figure out why rmdir doesn't work on these files

Sentry Issue: ELEVATOR-1E

ErrorException: Warning: rmdir(/scratch/1331767622465abef335ce06-source_extracted): Directory not empty
  File "/application/controllers/Beltdrive.php", line 554, in Beltdrive::deleteDir
    rmdir($fileInfo->getRealPath());
  File "/application/controllers/Beltdrive.php", line 535, in Beltdrive::cleanupSource
    $this->deleteDir($this->config->item("scratchSpace"));
  File "/system/core/CodeIgniter.php", line 532, in require_once
    call_user_func_array(array(&$CI, $method), $params);
  File "/index.php", line 316
    require_once BASEPATH.'core/CodeIgniter.php';

Ditch Box API

move to unoconv / libreoffice, pdf.js. Add ghostscript pdf smallifying and ocrmypdf for OCR as well.

Advanced search dialog should list available tags

When selecting a tag field, generate a dropdown that contains all of the tags in the field. Use an aggregator in Elastic, something like this: POST elevator_index/assets/_search { "aggs": { "tags": { "terms": { "field": "title.raw", "size": 100 } } } } If returned tags are greater than some threshold just make the field full text

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.