Code Monkey home page Code Monkey logo

sojon17 / tactic Goto Github PK

View Code? Open in Web Editor NEW

This project forked from southpaw-tactic/tactic

0.0 0.0 0.0 173.57 MB

Open source remote collaboration platform used for configuring and deploying enterprise Workflow solutions.

Home Page: http://tactic.southpawtech.com

License: Eclipse Public License 1.0

HTML 0.77% Python 44.23% Java 0.65% JavaScript 51.61% Shell 0.05% CSS 0.52% PHP 0.01% PLpgSQL 0.80% Batchfile 0.01% Less 0.65% SCSS 0.71%

tactic's Introduction

Workflow Platform

TACTIC is an open-source remote collaboration platform used for configuring and deploying enterprise Workflow solutions. These solutions simplify the development and delivery of digital assets through a well defined set of processes. This is accomplished by integrating a core Workflow Engine with Digital Asset Management and Content Management components to provide a complete platform for individualized enterprise Workflow solutions

Features

TACTIC has a number of key components:

  • Workflow Engine and Manager:

  • Data Management

  • Digital Asset Manager

  • Web Framework

Contribute

We are always encouraging people to contribute to the project. This can be in any form starting from asking a question, requesting a feature to fixing bugs or adding new features. We always welcome feedback as that is the driving force that gives us direction on where to go. If you do make any changes to the code, please use your own fork and submit a pull request.

Installation

You can download the latest distributions from any of number of formats from the community downloads

or you can access earlier versions

For detailed installation instructions, the TACTIC System Administration documentation is useful

Getting Started

Getting started is easy. You can start up quickly with an official VM distribution which has the database and webserver all setup for you. Refer to the Quick Start Guide for more information:

Documentation

Detailed documentation can be found on the community site.

There documentation is split in different sections that focus on different aspects of TACTIC:

  1. Quick Start: quick overview of how what to do to get up and running
  2. System Administration: detailed description of installation and connections to database and other external services.
  3. Setup: description of how to set up a TACTIC project for end users to work on.
  4. Developer: documention for developers to customize TACTIC and access the API.

API

TACTIC has a very deep and mature API allow you to customize almost any part of the system.

Python Example

from tactic_client_lib import TacticServerStub
server = TacticServerStub.get()
shots = server.query("vfx/shot", ['sequence_code', 'SEQ001'])
for shot in shots:
    print("shot: ", shot.get("status") )

Javascript Example

let server = TACTIC.get();
server.update(shot_key, {'status', 'Complete'})

Complete documentation can be found on the TACTIC Developer Documentation

Resources

For more information, visit the community site for TACTIC.

Or participate in the TACTIC forum if you have any questions.

There is also a collection of YouTube videos that you can browser through.

Visual Effects (VFX)

TACTIC has a built-in VFX module that has been used as a template for countless productions around the world. Over the years, it's popularity has grown considerably and more and more people become familiar with TACTIC features. Because TACTIC is Open Source, it can configured and connected seamleassly into any studio producing content.

Easily start up your production by creating a project with TACTIC nad selecting the VFX template. Create your own template and reuse your own template for all future productions.

License

Eclipse Public License 1.0

tactic's People

Contributors

remkonoteboom avatar oboreo avatar celtonmcgrath avatar frankxuuu avatar menechel avatar sophattack avatar hjoonchoi avatar hsuchie4 avatar lwinmoe avatar swarnad avatar diegocortassa avatar kenvinlee avatar erjin avatar christina-kang avatar ryandzy avatar pranoyde avatar lhousehold avatar listyque avatar jiachenyu15 avatar alberttam avatar fredsakr avatar michael0718 avatar dmalikspaw avatar mvmram avatar iamsamwhite avatar magicreddeer avatar ruduran avatar shivamthareja25 avatar jmenech avatar jeremypeng 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.