Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8152715
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T15:47:38+00:00 2026-06-06T15:47:38+00:00

I would like to understand how Etherpad’s timeline feature work. If you don’t know

  • 0

I would like to understand how Etherpad’s timeline feature work.

If you don’t know the etherpad software here is an implementation of it –
http://piratepad.net/

Do some edits, write something, make bold, use the editor and then on top right you will see timeline. click that and play it.

I can see a JSON response like this – http://img6.imagebanana.com/img/vmot5xt0/Selection_060.png but can anyone break that into something comprehensible.

Here is the piece of code from the Node.js port of it –
https://github.com/Pita/etherpad-lite/blob/master/src/node/handler/TimesliderMessageHandler.js#L359

I am very much interested in understanding the JSON response and how it works. Also what database is most suitable for such apps (etherpad, google docs, etc.). Nosql (like mongodb) or sql (like mysql).

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T15:47:40+00:00Added an answer on June 6, 2026 at 3:47 pm

    When you drag on the timeslider, the relevant changes are sent from the server to the client as you’ve discovered.

    Changes are encoded as instructions that edit the existing document contents to become the new document contents. See https://github.com/ether/etherpad-lite/wiki/Changeset-Library

    The original description is: https://github.com/ether/pad/blob/master/infrastructure/ace/easysync-notes.txt

    Etherpad runs on SQL primarily. Maybe there is experiments with other DB:s, but most important for etherpad is reading/writing raw tables of changesets. A relational DB is probably the best choice for performance and sanity. MySQL is the default for etherpad. Postgres has been worked on. List of DB tables at http://appolo85.wordpress.com/2010/03/22/first-steps-understanding-etherpad/

    (So nosql type of databases is therefore not a good idea. If mysql is too boring for you, perhaps try an all in-memory database to get a nice speed boost. Also note that regular etherpad runs on java+scala on a beefy server, which may be your main obstacle if you want to setup a server of your own.)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would like to understand garbage collection in objective-c. I know how to work
I would like to understand how object deletion works on python. Here is a
I would like to know about the Invoke(delegate) method. I do not understand why
I would like to upload a picture to Facebook event. I don't understand the
I would like to understand how exactly does sql count work. Is it a
HI would like to understand how do ejbs work in an MVC architecture, what
I would like to understand how socket work, especially I need some code samples
I would like to understand the Algorithm/implementation of the tag cloud. In tag cloud
I would like to understand how symbolic debuggers work?. What are debug symbol table
I would like to understand why the following doesn't work: public class HelloClass {

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.