Found 5,456 repositories(showing 30)
hamse122
Back End Development and APIs Back Projects
MUAZMHAFIDZ
No description available
Kalutu
A Node.js and Express.js application that provides an API for converting dates and timestamps.
tellihatem
No description available
freeCodeCamp certification project - timestamp Microservice
shajulin
micromon: A microservice oriented performance monitoring tool for Cloud Applications. Overall Description: micromon is a golang based logging service. Detailed Description: Users could submit the event information to micromon service. This information will be stored in mongodb based database named micromonDB. Later, they could collect the processing time of events. The micromon package consists of the following folders (FOLDER/Source information): micromon -addevent (addevent interface) This interface adds events to the micromon service. Usage: (from terminal) curl -d '{"AppID":"ID-1","QueryID":"q1","EventName":"RegisterStudent","TimeStamp":"23.1","AdditionalInfo":"TUMStudent"}' -i http://localhost:8172/addevent -CMD (main) This folder contains the main package of micromon service. -config (future) -doc (documentation) -driver (driver interface) This folder contains driver.go file. This is an example written in order to demonstrate how the micromon service could be accessed and the processing time for events could be retrieved from micromonDB. -getproctime (driver interface) THis interface is responsible for getting the processing time of the events. To utilize this service via. terminal, curl -d '{"AppID":"ID-1","QueryID":"q2","EventName":"RegisterStudent","TimeStamp":"29.1","AdditionalInfo":"HPCCLoudStudent"}' -i http://localhost:8172/getproctime If invoked via. browser, the information about utilizing this service will be displayed. In this service, the user has to specify the current timestamp in seconds or milliseconds along with the queryid (Mandatory). It searches for the first entry of this queryid and calculates the processing time for the event and reports the same to the user. -getallevent (getallevent interface) This interface reports all entries of the events that were added to the mrimondb earlier. THe output is reported to the user in the json format. -micromonDB (database folder) This is the folder which stores the event information. -servicediscovery (future) This folder is kept for the future use. How to use micromon service? Users could utilize in three different ways: i) via. web ii) via. client terminal iii) via. programs i) via. web: The services could be contacted using the respective urls. FOr eg. http://localhost:port/addevent Only limited services are provided with this option. ii) via. client terminal The services could be accessed via. the client terminal using curl operations. Pls. see above for more information. iii) via. programs. Users could write a program to utilize micromon service. To do so, the users have to do the following in their programs (although the programs could be written in any of the languages): a) connect to the service b) submit the json encoded EventInfo datastructure in bytes to the services. c) collect the output and parse the output as per their needs. A sample example is written in golang which is available in the driver folder.
DarkSevenX
No description available
xietsunzao
A boilerplate microservice project.
noelfoka
No description available
danijemmo
No description available
autumnchris
An Express.js API that converts a given calendar date to its affiliated timestamp and vice versa.
ishandeveloper
An API service that handles dates, and return the correct unix timestamp, UTC string or simply returns the current unix timestamp and UTC timestamp.
trtquan
Timestamp Microservice for FCC
IshChristian
No description available
Abdimalik-Saed-Elmi
No description available
AnisFetoui
No description available
viktoriussuwandi
create Timestamp Microservice using node JS
Rafase282
Timestamp microservice
hexjelly
FreecodeCamp API project: Timestamp Microservice
Leboroz
No description available
AdinubaEze
No description available
nintang
A microservice that allows you to create create timestamps, see example usage in README.md
ffrmns
Creating timestamp API as backend exercise from freecodecamp.org. It can take request in any /api/:date? and give response in JSON, both in unix time and human readable UTC time.
master-bogdan
Simple nodejs app for translate timestamp and dates
Kalenai
A small Flask API, satisfying the requirements for FreeCodeCamp's Timestamp Microservice project in Python.
vikasyadavvvv
freeCodeCamp Certification
vivekbharatha
A small project in backend challenge in freecodecamp.com
ethanshealey
This was created for FreeCodeCamp Backend End Dev And APIs certificate
An Api Project For FreeCodeCamp
nikita-rudenko
Apis and Microservices Projects - Timestamp Microservice