Engineers and managers can access their design flows through the web and the command line.
Everything goes in the database
All project information is now stored in an SQL database - not just the design, but the actual build flow, running tasks, individual tools, their licenses, distributed machines, disk arrays, tool scripts, important metrics, and reports. The database is the glue that holds together your project.
Keep track of all data across your project in an tightly organized structure. Users don't have to waste time trackign down files, as all the information is in the database.
Since the database has flow metadata, you can use that information as you see fit, such as tracking license or macine usage or to build custom block flows.
Design source code as well as scripts are stored in a custom version control system that's accessible project-wide
State-of-the-art user interface
A clean, modern, and intuitive web user interface greatly simplifies the overall user experience, as you don't need to wait for a tool to launch to access data. No more trying to figure out legacy Make files or PERL scripts. All web functions are available in the command line shell for more programmatic access.
Keep track of all aspects of your design as well as the flow, from the state of running tasks, to design reports, to resource usage. Access your flow through an interactive flowchart on the web interface.
Engineers can launch tasks via the web interface while managers can track of the state of all their engineers activities live as well as monitor resource utilization and prioritize resource contention.
Organize and report key metrics for specific users, projects, or designs and compare against various versions or flow states
Fully customize your design flow for your needs
A complete Python API allows programmatic access to the database as well as full the web user interface and command shell, to meet your business and technical needs.
The system is built on Python, one of the most popular programming language in the world with millions of users and libraries for everything available. No more having to deal with rarely used TCL
The Python Object Relational Mapping API provides full multiuser read-write database access for your Python code
Use the Python API to customize the web interface. Create web apps targeted to your specific needs.