Ir al contenido


Foto

firewad herramienta web de administración para Firebird

firebird database interbase

  • Por favor identifícate para responder
18 respuestas en este tema

#1 poliburro

poliburro

    Advanced Member

  • Administrador
  • 4.945 mensajes
  • LocationMéxico

Escrito 02 julio 2015 - 08:44

Firewad es una herramienta web de administración de bases de datos firebird desarrollada con Phyton y su funcionalidad es muy al estilo de phpmyadmin.

 

Esta herramienta tiene las siguientes funcionalidades:

 

 

  • Full database metadata representation
    •  Tables
    •  Views
    •  Trigger
    •  Procedure
    •  Sequence
    •  UDF
    •  Exceptions
    •  Roles
    •  Better dependency displays (also dependency display for UDF, sequence, domain, exception)
  •  Database operations
    •  Create Database
    •  Drop Database
    •  Database info via isc_info calls
    •  Database parameter updates (sweep interval, shutdown etc.)
    •  MON$ based analysis
    •  Backup / restore
    •  DDL export
    •  Schema View
    •  Recompute all statistics
  •  DDL Operations
    •  Table
      •  Create table
      •  Drop table
      •  Field modification
      •  Alter / Create constraints / indices
      •  Quick query from table (select * from ..)
    •  View
      •  Create view
      •  Drop view
      •  Alter view
      •  Quick query from view (select * from ..)
      •  Create view from query
    •  Trigger
    •  Procedure
      •  Quick query from procedure (select * from ..)
      •  Quick execution of procedure
    •  Sequence
    •  UDF
    •  Exceptions
  •  Data Operations
    •  Sql query
      •  Code completion (semi supported)
      •  Execution plan
      •  Param support
      •  Save & Load query sqls
    •  Data edit / insert / delete
    •  Execute procedure / fetch results
  •  Script execution support
  •  User management
  •  Grants Management
  •  Data Analysis - Pivot Reports

Enlace al proyecto: https://github.com/ctengiz/firewad

 

screenshot.png?raw=true


  • 1

#2 egostar

egostar

    missing my father, I love my mother.

  • Administrador
  • 14.446 mensajes
  • LocationMéxico

Escrito 02 julio 2015 - 09:04

Y no hay un instalador así como para flojos???? Digo, que te instale todo lo necesario sin tener que estar buscando aquí y allá todos los requerimientos....  *-)

 

Saludos


  • 0

#3 poliburro

poliburro

    Advanced Member

  • Administrador
  • 4.945 mensajes
  • LocationMéxico

Escrito 02 julio 2015 - 09:10

Me parece que sería una buena opción crear una versión auto ejecutable... investigaré


  • 0

#4 egostar

egostar

    missing my father, I love my mother.

  • Administrador
  • 14.446 mensajes
  • LocationMéxico

Escrito 02 julio 2015 - 09:21

Me parece que sería una buena opción crear una versión auto ejecutable... investigaré

 

Pues si bro, lo descargue pero tengo que instalar no se que cosas para que funcione, pensé que era plug and play  *-)  :D  :D  :D

Saludos


  • 0

#5 egostar

egostar

    missing my father, I love my mother.

  • Administrador
  • 14.446 mensajes
  • LocationMéxico

Escrito 02 julio 2015 - 09:23

Por cierto, funciona en Windows ???

 

Saludos


  • 0

#6 poliburro

poliburro

    Advanced Member

  • Administrador
  • 4.945 mensajes
  • LocationMéxico

Escrito 02 julio 2015 - 09:28

Sí amigo, pues es un sistema hecho en phyton.


  • 0

#7 Agustin Ortu

Agustin Ortu

    Advanced Member

  • Moderadores
  • PipPipPip
  • 831 mensajes
  • LocationArgentina

Escrito 02 julio 2015 - 11:02

Aún así tiene una pinta espectacular

Gracias por compartirlo
  • 0

#8 Fenareth

Fenareth

    Advanced Member

  • Administrador
  • 3.486 mensajes
  • LocationMexico City

Escrito 02 julio 2015 - 11:07

Muy interesante para darle seguimiento a la funcionalidad de la herramienta... gracias por compartir (y)

 

Saludox ! :)


  • 0

#9 cram

cram

    Advanced Member

  • Miembro Platino
  • PipPipPip
  • 832 mensajes
  • LocationMisiones, Argentina

Escrito 02 julio 2015 - 11:40

Muy interesante. En verdad, que esto hacía falta en Firebird.

Lo ideal sería una aplicación lista para usar como dice Egostar, pero es mucho pedir si además es gratuita.

Buena noticia

 

Saludos


  • 0

#10 fredycc

fredycc

    Advanced Member

  • Moderadores
  • PipPipPip
  • 874 mensajes
  • LocationOaxaca, México

Escrito 02 julio 2015 - 01:28

Wow que bien se vé... creo vale mucho la pena hecharlo ha andar.. gracias poli por la información.  :ap:.

 

Saludos


  • 0

#11 Nikolas

Nikolas

    Advanced Member

  • Miembro Platino
  • PipPipPip
  • 604 mensajes
  • LocationMar del Plata / Bs As / Argentina

Escrito 02 julio 2015 - 05:39

muy lindo el diseño, por la captura pence que corria bajo internet. busque algo de info para correr bajo win pero no encontre algo claro.

 

- variable de entorno para el path

- python app.py

 

 no me anduvo *-)


  • 0

#12 ctengiz

ctengiz

    Newbie

  • Miembros
  • Pip
  • 3 mensajes

Escrito 03 julio 2015 - 04:19

Hello,

 

I'm the developer of the project. First of all I would like to thank poliburro for his annoucement, and thank all of you for your good comments. (Well I think they are good because I do not know Spanish, I am just using google translate :) )

 

The project is under heavy development and all the features are not ready yet but I hope them to be ready in a short time (so please check often ;) ) , and as soon as I feel that the project is ready to be tagged as alpha I'll produce a windows executable for it too. 

 

I'd be very happy to get back user feedbacks, so feel free to raise an issue or feature request github.

 

Thanks again for your comments and interest to the project.

 

Best regards.


  • 1

#13 Nikolas

Nikolas

    Advanced Member

  • Miembro Platino
  • PipPipPip
  • 604 mensajes
  • LocationMar del Plata / Bs As / Argentina

Escrito 03 julio 2015 - 05:35

Hello,

 

I'm the developer of the project. First of all I would like to thank poliburro for his annoucement, and thank all of you for your good comments. (Well I think they are good because I do not know Spanish, I am just using google translate :) )

 

The project is under heavy development and all the features are not ready yet but I hope them to be ready in a short time (so please check often ;) ) , and as soon as I feel that the project is ready to be tagged as alpha I'll produce a windows executable for it too. 

 

I'd be very happy to get back user feedbacks, so feel free to raise an issue or feature request github.

 

Thanks again for your comments and interest to the project.

 

Best regards.

 

Hi ctengiz, it's a very interesting proyect, i wait for the alpha version and the windows executable.

thank you. (b)


  • 1

#14 egostar

egostar

    missing my father, I love my mother.

  • Administrador
  • 14.446 mensajes
  • LocationMéxico

Escrito 06 julio 2015 - 10:36

Hello,

 

I'm the developer of the project. First of all I would like to thank poliburro for his annoucement, and thank all of you for your good comments. (Well I think they are good because I do not know Spanish, I am just using google translate :) )

 

The project is under heavy development and all the features are not ready yet but I hope them to be ready in a short time (so please check often ;) ) , and as soon as I feel that the project is ready to be tagged as alpha I'll produce a windows executable for it too

 

I'd be very happy to get back user feedbacks, so feel free to raise an issue or feature request github.

 

Thanks again for your comments and interest to the project.

 

Best regards.

 

Hola ctengiz

 

Bienvenido a DelphiAccess una comunidad abierta a todos los proyectos que nos ayudan a realizar nuestra labor como desarrolladores.

 

Quiero agradecer el duro trabajo que haces con el proyecto.

 

Estaré en espera de la versión para Windows, (Podras notar que muchos de nosotros usamos Windows como nuestra principal plataforma :) )

 

Saludos

 

-----------------------------------------------

 

Hi ctengiz
 
Welcome to DelphiAccess, a community open to all projects that help us do our work as developers. 
 
would like to thank for the hard work  you do with this project.
 
I'll be waiting for the Windows release ( you will notice that many of us are using Windows as our primary platform :) )
 
Regards

  • 0

#15 ctengiz

ctengiz

    Newbie

  • Miembros
  • Pip
  • 3 mensajes

Escrito 06 julio 2015 - 12:08

Early alpha quality release is ready for testing. Please bear in mind that code is not production ready and some functionalities are missing too. So do not use it on production databases. You are warned :)

 

To test simply download dist.zip file from github repo, unzip and execute app.exe

 

https://github.com/c...-alpha/dist.zip

 

Any feedbacks, bug reports are welcome.


  • 1

#16 egostar

egostar

    missing my father, I love my mother.

  • Administrador
  • 14.446 mensajes
  • LocationMéxico

Escrito 06 julio 2015 - 12:28

Hola

 

Prueba 1, Ejecutando Fireward (y)

 

Saludos

Archivos adjuntos


  • 0

#17 Nikolas

Nikolas

    Advanced Member

  • Miembro Platino
  • PipPipPip
  • 604 mensajes
  • LocationMar del Plata / Bs As / Argentina

Escrito 06 julio 2015 - 12:36

Early alpha quality release is ready for testing. Please bear in mind that code is not production ready and some functionalities are missing too. So do not use it on production databases. You are warned :)

 

To test simply download dist.zip file from github repo, unzip and execute app.exe

 

https://github.com/c...-alpha/dist.zip

 

Any feedbacks, bug reports are welcome.

 

thank, I'll test it later.


  • 0

#18 Nikolas

Nikolas

    Advanced Member

  • Miembro Platino
  • PipPipPip
  • 604 mensajes
  • LocationMar del Plata / Bs As / Argentina

Escrito 06 julio 2015 - 12:57

ctengiz:

 

harika iş.
Yalnız çalışıyor musunuz?


  • 0

#19 ctengiz

ctengiz

    Newbie

  • Miembros
  • Pip
  • 3 mensajes

Escrito 06 julio 2015 - 01:52

Nikolas thanks for your comment, but the question you've asked in Turkish can be translated as : Are you working lonely? If you've intended to ask this, no I am not working lonely :), I've got a day job which I have collegues, but this project is my side / hobby project and I am the only contributor to this project.

 

ps : If you've used Google Translate for Turkish, do not count on it too much, because of my mother language's morphological structure, machine translate is not very succesfull at it yet. :)

 

Saludos.


  • 0





Etiquetado también con una o más de estas palabras: firebird, database, interbase

IP.Board spam blocked by CleanTalk.