Expand my Community achievements bar.

Adobe Firefly technology stack

Avatar

Level 1

Hello

 

I'm quite new in this word, and cannot find following information:

One of the Firefly's purposes is to have a possibilities to integration Microservices in Adobe world.

What about Technology stack?

Can I have Database, Search, any other tools available on my project?

And which develop languages I can use for creating an applications?

 

Thanks in advance.

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

3 Replies

Avatar

Employee

Our Firefly stack does include a binary store via  https://github.com/adobe/aio-lib-files and application state management via https://github.com/adobe/aio-lib-state.

Both File and State are included.  As for a full database platform we have left that out of the core stack.  There are a ton of great solutions in that space for you to use that you can use in conjunction with your Project Firefly stack. 

At this time we support Javascript as our core language.  There are a number of higher level languages that transpile to nodejs compatable Javascript that you can use as well like TypeScript for example. 

 

Does that help?

Avatar

Level 4

Hi @nuzil1 ,

In addition to the response @dr_venture added, I also want to redirect you to https://www.youtube.com/watch?v=LbAVytUm94g&t=1s. This is a video overview of the technology stack of Firefly, with other videos in the same playlist diving into different aspects of Firefly. Hopefully, this clarifies your questions!

 

Sarah

Avatar

Level 1

Thanks a lot for information, that helps a lot!