Giter Site home page Giter Site logo

journal-file-indexer's People

Contributors

lscalese avatar

Stargazers

 avatar  avatar

Watchers

 avatar

journal-file-indexer's Issues

Storage optimization

Check if it's possible to optimize the storage.
ex : the class dc.journalindexer.data.SetKillRecord as a property GlobalName. If a global is present 100 000 times in the table, the data is copied 100 000 times. It could be better to save the global name in another table and just keep a reference in dc.journalindexer.data.SetKillRecord.

Create Stats

Create statistique
Count Set\kill operation, size by database, global, processid

Create Web Socket Server

Index a journal could be long if it's a large journal file.
Create a socket server to notify the client about the progression.

UI - Index Journal

Create a web interface to index an existing journal file on the server.

Load table stats fail at install

The loading of sql-stats.xml.renamed fail, the system cannot create the directory ${libdir}journal-indexer

add the following entry in the module.xml to fix

<Invoke Class="%File" Method="CreateDirectory" Phase="Compile" When="Before" CheckStatus="true">
     <Arg>${libdir}journal-indexer</Arg>
</Invoke>

Report by Dmitry Maslennikov.

Create Index to search in OldValue and NewValue properties

Create an efficient index to search on OldValue and NewValue properties.
Check if something exists wit iFind or develop a functional index.

These properties could be datatype or Listbuild. I could be very interesting to perform a search on each element of a listbuild.

Design tables for journal

Design tables to store journal file information.
The indexer needs to temporarily store journal file information in a table.

Create all needed tables to store all records of a journal file.
It could follow the structure of %SYS.Journal classes.

Documentation for indexer process

Write the readme file for the version 0.1.0.
Must contain:

  • installation details (OEX, Docker)
  • how to index a journal file programmatically
  • how to search in the journal file with SQL queries

Journal Indexer Process

In order to perform a high-speed search in a journal, develop a process dedicated to parsing de journal file and indexing the content in temporary tables.

The input could be a stream or a file path.

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.